StateCalcValueAtSegment#

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

Bases: IComponentInfo, ICloneable

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

Import detail#

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

Property detail#

property StateCalcValueAtSegment.calculation_object_name: str#

Get or set the calculation object.

property StateCalcValueAtSegment.other_segment_name: str#

Get or set the segment to be compared against.

property StateCalcValueAtSegment.segment_state_to_use: SegmentState#

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