StateCalcRelativeGroundTrackError#

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

Bases: IComponentInfo, ICloneable

RelGroundTrackError Calc objects.

Overview#

central_body_name

Get or set the central body of the component.

direction

Get or set the direction to search for the desired value.

signed

True if signed based on RxV.

reference_selection

Get or set the reference object selection.

reference

Get the reference object.

Import detail#

from ansys.stk.core.stkobjects.astrogator import StateCalcRelativeGroundTrackError

Property detail#

property StateCalcRelativeGroundTrackError.central_body_name: str#

Get or set the central body of the component.

property StateCalcRelativeGroundTrackError.direction: CalculationObjectDirection#

Get or set the direction to search for the desired value.

property StateCalcRelativeGroundTrackError.signed: bool#

True if signed based on RxV.

property StateCalcRelativeGroundTrackError.reference_selection: CalculationObjectReference#

Get or set the reference object selection.

property StateCalcRelativeGroundTrackError.reference: ILinkToObject#

Get the reference object.