StateCalcDifferenceAcrossSegmentsOtherSatellite#

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

Bases: IComponentInfo, ICloneable

DifferenceAcrossSegmentsOtherSat 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.

difference_order

Get or set the order of the difference calculation.

reference_satellite

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

Import detail#

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

Property detail#

property StateCalcDifferenceAcrossSegmentsOtherSatellite.calculation_object_name: str#

Get or set the calculation object.

property StateCalcDifferenceAcrossSegmentsOtherSatellite.other_segment_name: str#

Get or set the segment to be compared against.

property StateCalcDifferenceAcrossSegmentsOtherSatellite.segment_state_to_use: SegmentState#

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

property StateCalcDifferenceAcrossSegmentsOtherSatellite.difference_order: SegmentDifferenceOrder#

Get or set the order of the difference calculation.

property StateCalcDifferenceAcrossSegmentsOtherSatellite.reference_satellite: ILinkToObject#

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