UserVariableUpdate#
- class ansys.stk.core.stkobjects.astrogator.UserVariableUpdate#
User Variable Update.
Overview#
Enable or disables the specified control parameter. |
|
Disables the specified control parameter. |
|
Sees if the specified control is enabled. |
Get the dimension of the user variable. |
|
Get the name of the user variable. |
|
Update value of the user variable. |
|
Action to be performed using the value. |
|
Return whether or not the control parameters can be set. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import UserVariableUpdate
Property detail#
- property UserVariableUpdate.variable_action: UpdateAction#
Action to be performed using the value.
Method detail#
- UserVariableUpdate.enable_control_parameter(self) None #
Enable or disables the specified control parameter.
- Returns: