IMCSSequence#

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

Properties for a Sequence segment.

Overview#

apply_script

Apply the script.

repeat_count

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.

generate_ephemeris

If true, the sequence generates ephemeris and displays it in the 2D and 3D Graphics windows.

segments

Get the list of segments defined for the sequence.

sequence_state_to_pass

State To Pass To Next Segment - the state of the sequence to pass.

scripting_tool

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.

Method detail#

IMCSSequence.apply_script(self) None#

Apply the script.

Returns:

None