StateCalcOrbitStateValue#
- class ansys.stk.core.stkobjects.astrogator.StateCalcOrbitStateValue#
Bases:
IComponentInfo
,ICloneable
OrbitStateValue Calc objects.
Overview#
Enable the specified control parameter. |
|
Disables the specified control parameter. |
|
Sees if the specified control is enabled. |
Get or set the calculation object. |
|
Get or set the coordinate system of the input state. |
|
Get or set the x position component. Uses Distance Dimension. |
|
Get or set the y position component. Uses Distance Dimension. |
|
Get or set the z position component. Uses Distance Dimension. |
|
Get or set the x velocity component. Uses Rate Dimension. |
|
Get or set the y velocity component. Uses Rate Dimension. |
|
Get or set the z velocity component. Uses Rate Dimension. |
|
Return whether or not the control parameters can be set. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import StateCalcOrbitStateValue
Property detail#
- property StateCalcOrbitStateValue.input_coord_system_name: str#
Get or set the coordinate system of the input state.
- property StateCalcOrbitStateValue.x: Any#
Get or set the x position component. Uses Distance Dimension.
- property StateCalcOrbitStateValue.y: Any#
Get or set the y position component. Uses Distance Dimension.
- property StateCalcOrbitStateValue.z: Any#
Get or set the z position component. Uses Distance Dimension.
- property StateCalcOrbitStateValue.vx: Any#
Get or set the x velocity component. Uses Rate Dimension.
- property StateCalcOrbitStateValue.vy: Any#
Get or set the y velocity component. Uses Rate Dimension.
Method detail#
- StateCalcOrbitStateValue.enable_control_parameter(self, param: ControlOrbitStateValue) None #
Enable the specified control parameter.
- Parameters:
param :
ControlOrbitStateValue
- Returns:
- StateCalcOrbitStateValue.disable_control_parameter(self, param: ControlOrbitStateValue) None #
Disables the specified control parameter.
- Parameters:
param :
ControlOrbitStateValue
- Returns:
- StateCalcOrbitStateValue.is_control_parameter_enabled(self, param: ControlOrbitStateValue) bool #
Sees if the specified control is enabled.
- Parameters:
param :
ControlOrbitStateValue
- Returns: