StateCalcRepeatingGroundTrackErr#
- class ansys.stk.core.stkobjects.astrogator.StateCalcRepeatingGroundTrackErr#
Bases:
IComponentInfo
,ICloneable
RepeatingGrTrackErr Calc objects.
Overview#
Enable the specified control parameter. |
|
Disables the specified control parameter. |
|
Sees if the specified control is enabled. |
Get or set the central body of the component. |
|
Get or set the longitude at the equator to be used as a reference for the repeating ground track. Uses Angle Dimension. |
|
Get or set the number of orbits before the ground track repeats over the same longitude. Dimensionless. |
|
Return whether or not the control parameters can be set. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import StateCalcRepeatingGroundTrackErr
Property detail#
- property StateCalcRepeatingGroundTrackErr.central_body_name: str#
Get or set the central body of the component.
- property StateCalcRepeatingGroundTrackErr.reference_longitude: Any#
Get or set the longitude at the equator to be used as a reference for the repeating ground track. Uses Angle Dimension.
Method detail#
- StateCalcRepeatingGroundTrackErr.enable_control_parameter(self, param: ControlRepeatingGroundTrackErr) None #
Enable the specified control parameter.
- Parameters:
param :
ControlRepeatingGroundTrackErr
- Returns:
- StateCalcRepeatingGroundTrackErr.disable_control_parameter(self, param: ControlRepeatingGroundTrackErr) None #
Disables the specified control parameter.
- Parameters:
param :
ControlRepeatingGroundTrackErr
- Returns:
- StateCalcRepeatingGroundTrackErr.is_control_parameter_enabled(self, param: ControlRepeatingGroundTrackErr) bool #
Sees if the specified control is enabled.
- Parameters:
param :
ControlRepeatingGroundTrackErr
- Returns: