UserVariableDefinition#

class ansys.stk.core.stkobjects.astrogator.UserVariableDefinition#

User Variable Definition.

Overview#

unit_dimension

Get or set the dimension of the user variable.

variable_name

Get or set the name of the user variable.

Import detail#

from ansys.stk.core.stkobjects.astrogator import UserVariableDefinition

Property detail#

property UserVariableDefinition.unit_dimension: str#

Get or set the dimension of the user variable.

property UserVariableDefinition.variable_name: str#

Get or set the name of the user variable.