StateCalcValueAtSegmentOtherSat#

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

Bases: IComponentInfo, ICloneable

ValueAtSegmentOtherSat Calc objects.

Overview#

calculation_object_name

Get or set the calculation object.

other_segment_name

Get or set the segment to be compared against.

segment_state_to_use

Get or set the segment state to use in the calculation.

reference_satellite

Get the Astrogator satellite on which the segment to be compared exists.

Import detail#

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

Property detail#

property StateCalcValueAtSegmentOtherSat.calculation_object_name: str#

Get or set the calculation object.

property StateCalcValueAtSegmentOtherSat.other_segment_name: str#

Get or set the segment to be compared against.

property StateCalcValueAtSegmentOtherSat.segment_state_to_use: SegmentState#

Get or set the segment state to use in the calculation.

property StateCalcValueAtSegmentOtherSat.reference_satellite: ILinkToObject#

Get the Astrogator satellite on which the segment to be compared exists.