StateCalcRepeatingGroundTrackErr#

class ansys.stk.core.stkobjects.astrogator.StateCalcRepeatingGroundTrackErr#

Bases: IComponentInfo, ICloneable

RepeatingGrTrackErr Calc objects.

Overview#

enable_control_parameter

Enable the specified control parameter.

disable_control_parameter

Disables the specified control parameter.

is_control_parameter_enabled

Sees if the specified control is enabled.

central_body_name

Get or set the central body of the component.

reference_longitude

Get or set the longitude at the equator to be used as a reference for the repeating ground track. Uses Angle Dimension.

repeat_count

Get or set the number of orbits before the ground track repeats over the same longitude. Dimensionless.

control_parameters_available

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.

property StateCalcRepeatingGroundTrackErr.repeat_count: float#

Get or set the number of orbits before the ground track repeats over the same longitude. Dimensionless.

property StateCalcRepeatingGroundTrackErr.control_parameters_available: bool#

Return whether or not the control parameters can be set.

Method detail#

StateCalcRepeatingGroundTrackErr.enable_control_parameter(self, param: ControlRepeatingGroundTrackErr) None#

Enable the specified control parameter.

Parameters:

param : ControlRepeatingGroundTrackErr

Returns:

None

StateCalcRepeatingGroundTrackErr.disable_control_parameter(self, param: ControlRepeatingGroundTrackErr) None#

Disables the specified control parameter.

Parameters:

param : ControlRepeatingGroundTrackErr

Returns:

None

StateCalcRepeatingGroundTrackErr.is_control_parameter_enabled(self, param: ControlRepeatingGroundTrackErr) bool#

Sees if the specified control is enabled.

Parameters:

param : ControlRepeatingGroundTrackErr

Returns:

bool