IMCSSequence#
- class ansys.stk.core.stkobjects.astrogator.IMCSSequence#
Properties for a Sequence segment.
Overview#
Apply the script. |
Get or set the number of times that the sequence will be executed. A sequence that is repeated is executed immediately subsequent to the previous execution of the sequence. Dimensionless. |
|
If true, the sequence generates ephemeris and displays it in the 2D and 3D Graphics windows. |
|
Get the list of segments defined for the sequence. |
|
State To Pass To Next Segment - the state of the sequence to pass. |
|
Return the Scripting tool for the sequence. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import IMCSSequence
Property detail#
- property IMCSSequence.repeat_count: int#
Get or set the number of times that the sequence will be executed. A sequence that is repeated is executed immediately subsequent to the previous execution of the sequence. Dimensionless.
- property IMCSSequence.generate_ephemeris: bool#
If true, the sequence generates ephemeris and displays it in the 2D and 3D Graphics windows.
- property IMCSSequence.segments: MCSSegmentCollection#
Get the list of segments defined for the sequence.
- property IMCSSequence.sequence_state_to_pass: SequenceStateToPass#
State To Pass To Next Segment - the state of the sequence to pass.
- property IMCSSequence.scripting_tool: ScriptingTool#
Return the Scripting tool for the sequence.