Table
#
- class ansys.mechanical.stubs.v241.Ansys.ACT.Automation.Mechanical.Table#
Bases:
object
Defines a Table.
Overview#
Activate the current object. |
|
Creates a new child Comment. |
|
Creates a new child Figure. |
|
Creates a new child Image. |
|
Copies all visible properties from this object to another. |
|
Creates and adds a new column (data series) to the table. |
|
Creates a new parameter for a Property. |
|
Creates a copy of the current DataModelObject. |
|
Gets the list of children, filtered by type. |
|
Gets the data URI from which the tabular data was imported. |
|
Get the settings used for an import operation. |
|
Gets the parameter corresponding to the given property. |
|
Run the GroupAllSimilarChildren action. |
|
Run the GroupSimilarObjects action. |
|
Get a property by its API name. |
|
Get a property by its unique name. |
|
Removes the parameter from the parameter set corresponding to the given property. |
Gets or sets the name of the Table when explicitly written to the APDL input file. |
|
Gets the list of children. |
|
Gets the list of associated comments. |
|
Gets the current DataModelObject's category. |
|
Gets the list of associated figures. |
|
Gets the list of associated images. |
|
Gets the internal object. For advanced usage only. |
|
Whether column add/create/import/refresh operations cannot grow the number of rows. |
|
Gets or sets the PathType. |
|
Gets the list of properties for this object. |
|
Controls when the imported file should be refreshed. |
|
Get whether the Table will be explicitly written to the APDL input file. |
|
Gets or sets the coordinate system applied to the Table's spatial independent columns. |
|
Gets the list of properties that are visible for this object. |
Property detail#
- property Table.APDLName: str | None#
Gets or sets the name of the Table when explicitly written to the APDL input file.
- property Table.Children: List[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject] | None#
Gets the list of children.
- property Table.Comments: Iterable[Ansys.ACT.Automation.Mechanical.Comment] | None#
Gets the list of associated comments.
- property Table.DataModelObjectCategory: Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory | None#
Gets the current DataModelObject's category.
- property Table.Figures: Iterable[Ansys.ACT.Automation.Mechanical.Figure] | None#
Gets the list of associated figures.
- property Table.Images: Iterable[Ansys.ACT.Automation.Mechanical.Image] | None#
Gets the list of associated images.
- property Table.InternalObject: Ansys.Common.Interop.DSObjectsAuto.IDSTableAuto | None#
Gets the internal object. For advanced usage only.
- property Table.IsStrictSizing: bool | None#
Whether column add/create/import/refresh operations cannot grow the number of rows.
- property Table.PathType: Ansys.Mechanical.DataModel.MechanicalEnums.Common.PathType | None#
Gets or sets the PathType.
- property Table.Properties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#
Gets the list of properties for this object.
- property Table.RefreshImportOn: Ansys.Mechanical.DataModel.MechanicalEnums.Table.TableRefreshImportOn | None#
Controls when the imported file should be refreshed.
- property Table.SendToSolver: bool | None#
Get whether the Table will be explicitly written to the APDL input file.
- property Table.SpatialCoordinateSystem: Ansys.ACT.Automation.Mechanical.CoordinateSystem | None#
Gets or sets the coordinate system applied to the Table's spatial independent columns.
Method detail#
- Table.AddComment() Ansys.ACT.Automation.Mechanical.Comment #
Creates a new child Comment.
- Table.AddFigure() Ansys.ACT.Automation.Mechanical.Figure #
Creates a new child Figure.
- Table.AddImage(filePath: str) Ansys.ACT.Automation.Mechanical.Image #
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.
- Table.CopyTo(other: Ansys.ACT.Automation.Mechanical.DataModelObject) None #
Copies all visible properties from this object to another.
- Table.CreateAndAddColumn(variableType: Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableType, variableClassification: Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableClassification, data: Iterable, unit: str, name: str) Ansys.Mechanical.Interfaces.IDataSeries #
Creates and adds a new column (data series) to the table.
- Table.CreateParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter #
Creates a new parameter for a Property.
- Table.Duplicate() Ansys.Mechanical.DataModel.Interfaces.IDataModelObject #
Creates a copy of the current DataModelObject.
- Table.GetChildren(recurses: bool, children: List[ChildrenType]) List[ChildrenType] #
Gets the list of children, filtered by type.
- Table.GetDataURI(newColumn: Ansys.ACT.Automation.Mechanical.Table.Column) str #
Gets the data URI from which the tabular data was imported.
- Table.GetImportSettings(newColumn: Ansys.ACT.Automation.Mechanical.Table.Column) Ansys.Mechanical.Table.ImportSettingsBase #
Get the settings used for an import operation.
- Table.GetParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter #
Gets the parameter corresponding to the given property.
- Table.GroupSimilarObjects() Ansys.ACT.Automation.Mechanical.TreeGroupingFolder #
Run the GroupSimilarObjects action.
- Table.Import(dataURI: str, format: Ansys.Mechanical.DataModel.MechanicalEnums.Table.ImportFormat, settings: Ansys.Mechanical.Table.ImportSettingsBase) List[Ansys.Mechanical.Interfaces.IDataSeries] #
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.