IMCSSegment#
- class ansys.stk.core.stkobjects.astrogator.IMCSSegment#
General properties for segments.
Overview#
Return a result value. |
|
Run the segment in individual segment mode. See MCSDriver. |
Return the type of segment. |
|
Return the properties of the segment. |
|
Get the initial state of the segment. |
|
Get the final state of the segment. |
|
Get the results of the segment. |
|
Get the segment summary report. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import IMCSSegment
Property detail#
- property IMCSSegment.type: SegmentType#
Return the type of segment.
- property IMCSSegment.properties: MCSSegmentProperties#
Return the properties of the segment.
- property IMCSSegment.results: CalculationObjectCollection#
Get the results of the segment.
- property IMCSSegment.segment_summary: IDataProviderResult#
Get the segment summary report.