MCSInitialState#
- class ansys.stk.core.stkobjects.astrogator.MCSInitialState#
Bases:
IMCSSegment
,IRuntimeTypeInfoProvider
,IComponentInfo
,ICloneable
The Initial State segment.
Overview#
Select an coordinate type. |
|
Enable a control parameter. |
|
Disables a control parameter. |
|
Sees if a control is enabled. |
Get or set the coordinate system. |
|
Get or set the orbit epoch. Uses DateFormat Dimension. |
|
Get the spacecraft parameters. |
|
Get the fuel tank parameters. |
|
Get the coordinate type. |
|
Get the elements of the selected coordinate type. |
|
Return whether or not the control parameters can be set. |
|
Interface used to modify user variables for the initial state segment. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import MCSInitialState
Property detail#
- property MCSInitialState.spacecraft_parameters: SpacecraftParameters#
Get the spacecraft parameters.
- property MCSInitialState.element_type: ElementSetType#
Get the coordinate type.
- property MCSInitialState.control_parameters_available: bool#
Return whether or not the control parameters can be set.
- property MCSInitialState.user_variables: UserVariableCollection#
Interface used to modify user variables for the initial state segment.
Method detail#
- MCSInitialState.set_element_type(self, element_type: ElementSetType) None #
Select an coordinate type.
- Parameters:
element_type :
ElementSetType
- Returns:
- MCSInitialState.enable_control_parameter(self, param: ControlInitState) None #
Enable a control parameter.
- Parameters:
param :
ControlInitState
- Returns:
- MCSInitialState.disable_control_parameter(self, param: ControlInitState) None #
Disables a control parameter.
- Parameters:
param :
ControlInitState
- Returns:
- MCSInitialState.is_control_parameter_enabled(self, param: ControlInitState) bool #
Sees if a control is enabled.
- Parameters:
param :
ControlInitState
- Returns: