Skip to main content

Mechanical scripting interface

Column

Last update: 14.01.2025

class Ansys.ACT.Automation.Mechanical.Column

Bases: object

Column class.

Overview

Methods

Name Description
Add
ChangeVariableType Contains the business logic for changing the variable type.
Clear
Contains
CopyTo
GetEnumerator
IndexOf
Insert
Remove
RemoveAt

Properties

Name Description
Count Count property.
DataType DataType property.
IsFixedSize IsFixedSize property.
IsIndependent IsIndependent property.
IsReadOnly IsReadOnly property.
IsSynchronized IsSynchronized property.
Item Item property.
Name Name property.
QuantityName QuantityName property.
SyncRoot SyncRoot property.
Unit Unit property.
Values Values property.
VariableClassification VariableClassification property.
VariableType VariableType property.

Property detail

property Column.Count : int | None

Count property.

property Column.DataType : type | None

DataType property.

property Column.IsFixedSize : bool | None

IsFixedSize property.

property Column.IsIndependent : bool | None

IsIndependent property.

property Column.IsReadOnly : bool | None

IsReadOnly property.

property Column.IsSynchronized : bool | None

IsSynchronized property.

property Column.Item : Any | None

Item property.

property Column.Name : str | None

Name property.

property Column.QuantityName : str | None

QuantityName property.

property Column.SyncRoot : Any | None

SyncRoot property.

property Column.Unit : str | None

Unit property.

property Column.Values : Collection | None

Values property.

property Column.VariableClassification : Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableClassification | None

VariableClassification property.

property Column.VariableType : Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableType | None

VariableType property.

Method detail

Column.Add(value: Any)

Column.ChangeVariableType(newVariableType: Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableType, newVariableClassification: Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableClassification, newUnit: str)

Contains the business logic for changing the variable type.

Column.Clear()

Column.Contains(value: Any)

Column.CopyTo(array: List, destinationStartIndex: int)

Column.GetEnumerator()

Column.IndexOf(value: Any)

Column.Insert(index: int, value: Any)

Column.Remove(value: Any)

Column.RemoveAt(index: int)