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