    

 ## On this page

  

 

 # `ResultTable`

 Last update: 09.03.2026 

<a id="ansys.mechanical.stubs.v251.Ansys.ACT.Automation.Mechanical.Results.ResultTable"></a>

#### *class* Ansys.ACT.Automation.Mechanical.Results.ResultTable

Bases: [`object`](https://docs.python.org/3/library/functions.html#object)

Defines a ResultTable.

<a id="overview"></a>

## Overview

### Methods

NameDescription[`Activate`](#ResultTable.Activate)Activate the current object.[`AddComment`](#ResultTable.AddComment)Creates a new child Comment.[`AddImage`](#ResultTable.AddImage)Creates a new child Image.[`CopyTo`](#ResultTable.CopyTo)Copies all visible properties from this object to another.[`CreateParameter`](#ResultTable.CreateParameter)Creates a new parameter for a Property.[`Delete`](#ResultTable.Delete)Run the Delete action.[`Duplicate`](#ResultTable.Duplicate)Creates a copy of the current DataModelObject.[`GetChildren`](#ResultTable.GetChildren)Gets the list of children, filtered by type.[`GetParameter`](#ResultTable.GetParameter)Gets the parameter corresponding to the given property.[`GroupAllSimilarChildren`](#ResultTable.GroupAllSimilarChildren)Run the GroupAllSimilarChildren action.[`GroupSimilarObjects`](#ResultTable.GroupSimilarObjects)Run the GroupSimilarObjects action.[`PropertyByAPIName`](#ResultTable.PropertyByAPIName)Get a property by its API name.[`PropertyByName`](#ResultTable.PropertyByName)Get a property by its unique name.[`RemoveParameter`](#ResultTable.RemoveParameter)Removes the parameter from the parameter set corresponding to the given property.### Properties

NameDescription[`Children`](#ResultTable.Children)Gets the list of children.[`Comments`](#ResultTable.Comments)Gets the list of associated comments.[`DataModelObjectCategory`](#ResultTable.DataModelObjectCategory)Gets the current DataModelObject’s category.[`Images`](#ResultTable.Images)Gets the list of associated images.[`InternalObject`](#ResultTable.InternalObject)Gets the internal object. For advanced usage only.[`Multiplier`](#ResultTable.Multiplier)Gets or sets the Multiplier.[`Properties`](#ResultTable.Properties)Gets the list of properties for this object.[`VisibleProperties`](#ResultTable.VisibleProperties)Gets the list of properties that are visible for this object.<a id="property-detail"></a>

## Property detail

<a id="ResultTable.Children"></a>

### *property* ResultTable.Children *: List\[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject\] | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the list of children.

<a id="ResultTable.Comments"></a>

### *property* ResultTable.Comments *: Iterable\[[Ansys.ACT.Automation.Mechanical.Comment](../Comment.md#ansys.mechanical.stubs.v251.Ansys.ACT.Automation.Mechanical.Comment)\] | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the list of associated comments.

<a id="ResultTable.DataModelObjectCategory"></a>

### *property* ResultTable.DataModelObjectCategory *: [Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory](../../../../Mechanical/DataModel/Enums/DataModelObjectCategory.md#ansys.mechanical.stubs.v251.Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the current DataModelObject’s category.

<a id="ResultTable.Images"></a>

### *property* ResultTable.Images *: Iterable\[[Ansys.ACT.Automation.Mechanical.Image](../Image.md#ansys.mechanical.stubs.v251.Ansys.ACT.Automation.Mechanical.Image)\] | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the list of associated images.

<a id="ResultTable.InternalObject"></a>

### *property* ResultTable.InternalObject *: Ansys.Common.Interop.DSObjectsAuto.IDSResultTableAuto | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the internal object. For advanced usage only.

<a id="ResultTable.Multiplier"></a>

### *property* ResultTable.Multiplier *: [float](https://docs.python.org/3/library/functions.html#float) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets or sets the Multiplier.

<a id="ResultTable.Properties"></a>

### *property* ResultTable.Properties *: [tuple](https://docs.python.org/3/library/stdtypes.html#tuple)\[Ansys.ACT.Automation.Mechanical.Property\] | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the list of properties for this object.

<a id="ResultTable.VisibleProperties"></a>

### *property* ResultTable.VisibleProperties *: [tuple](https://docs.python.org/3/library/stdtypes.html#tuple)\[Ansys.ACT.Automation.Mechanical.Property\] | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the list of properties that are visible for this object.

<a id="method-detail"></a>

## Method detail

<a id="ResultTable.Activate"></a>

### ResultTable.Activate()

Activate the current object.

<a id="ResultTable.AddComment"></a>

### ResultTable.AddComment()

Creates a new child Comment.

<a id="ResultTable.AddImage"></a>

### ResultTable.AddImage(filePath: [str](https://docs.python.org/3/library/stdtypes.html#str))

```text
Creates a new child Image.
If a filePath is provided, the image will be loaded from that file,
if not, the image will be a screen capture of the Geometry window.

```

<a id="ResultTable.CopyTo"></a>

### ResultTable.CopyTo(other: Ansys.ACT.Automation.Mechanical.DataModelObject)

Copies all visible properties from this object to another.

<a id="ResultTable.CreateParameter"></a>

### ResultTable.CreateParameter(propName: [str](https://docs.python.org/3/library/stdtypes.html#str))

Creates a new parameter for a Property.

<a id="ResultTable.Delete"></a>

### ResultTable.Delete()

Run the Delete action.

<a id="ResultTable.Duplicate"></a>

### ResultTable.Duplicate()

Creates a copy of the current DataModelObject.

<a id="ResultTable.GetChildren"></a>

### ResultTable.GetChildren(recurses: [bool](https://docs.python.org/3/library/functions.html#bool), children: List\[ChildrenType\])

Gets the list of children, filtered by type.

<a id="ResultTable.GetParameter"></a>

### ResultTable.GetParameter(propName: [str](https://docs.python.org/3/library/stdtypes.html#str))

Gets the parameter corresponding to the given property.

<a id="ResultTable.GroupAllSimilarChildren"></a>

### ResultTable.GroupAllSimilarChildren()

Run the GroupAllSimilarChildren action.

<a id="ResultTable.GroupSimilarObjects"></a>

### ResultTable.GroupSimilarObjects()

Run the GroupSimilarObjects action.

<a id="ResultTable.PropertyByAPIName"></a>

### ResultTable.PropertyByAPIName(name: [str](https://docs.python.org/3/library/stdtypes.html#str))

```text
Get a property by its API name.
If multiple properties have the same API Name, only the first property with that name will be returned.

```

<a id="ResultTable.PropertyByName"></a>

### ResultTable.PropertyByName(name: [str](https://docs.python.org/3/library/stdtypes.html#str))

Get a property by its unique name.

<a id="ResultTable.RemoveParameter"></a>

### ResultTable.RemoveParameter(propName: [str](https://docs.python.org/3/library/stdtypes.html#str))

Removes the parameter from the parameter set corresponding to the given property.