UserVariable#
- class ansys.stk.core.stkobjects.astrogator.UserVariable#
User Variable.
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. |
|
Set the name of the user variable. |
|
Get or set the initial value of the user variable. |
|
Return whether or not the control parameters can be set. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import UserVariable
Property detail#
Method detail#
- UserVariable.enable_control_parameter(self) None #
Enable or disables the specified control parameter.
- Returns: