Skip to main content

ACP scripting interface 2025 R2

LookUpTableColumn

Last update: 16.07.2025

class compolyx.LookUpTableColumn(name, parent)

An object to hold a column in a table.

Attributes

Name Description
LookUpTableColumn.dimension
LookUpTableColumn.enabled Whether this object is currently enabled
LookUpTableColumn.is_dict_item Specifies whether the object is an item of a dict
LookUpTableColumn.is_list_item Specifies whether the object is an item of a list
LookUpTableColumn.link_path Root path of the current node in the tree for links to this object
LookUpTableColumn.name
LookUpTableColumn.parent Parent object in tree
LookUpTableColumn.root_path Root path of the current node in the tree
LookUpTableColumn.status Column status ('UPTODATE', 'NOTUPTODATE', or 'LOCKED')
LookUpTableColumn.type Column type (scalar or direction)
LookUpTableColumn.values Numpy array containing the column values

Methods

Name Description
LookUpTableColumn.find_parent(type) Steps up the tree and returns the first parent with given type
LookUpTableColumn.obj_exists()
LookUpTableColumn.visit(visitor) Walk through the tree and let the visitor perform action on every descendant node

Connect with Ansys