StateCalcDifferenceOtherSegment#
- class ansys.stk.core.stkobjects.astrogator.StateCalcDifferenceOtherSegment#
Bases:
IComponentInfo
,ICloneable
DifferenceOtherSegment Calc objects.
Overview#
Get or set the calculation object. |
|
Get or set the segment to be compared against. |
|
Get or set the segment state to use in the calculation. |
|
Get or set the order of the difference calculation. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import StateCalcDifferenceOtherSegment
Property detail#
- property StateCalcDifferenceOtherSegment.calculation_object_name: str#
Get or set the calculation object.
- property StateCalcDifferenceOtherSegment.other_segment_name: str#
Get or set the segment to be compared against.
- property StateCalcDifferenceOtherSegment.segment_state_to_use: SegmentState#
Get or set the segment state to use in the calculation.
- property StateCalcDifferenceOtherSegment.difference_order: SegmentDifferenceOrder#
Get or set the order of the difference calculation.