PropagatorSPICESegment#

class ansys.stk.core.stkobjects.PropagatorSPICESegment#

SPICE propagator segment.

Overview#

segment_name

Get the segment name.

segment_type

Get the segment type.

frame

Get the coordinate axes.

central_body

Get the central body.

start_time

Get the start time. Uses DateFormat Dimension.

stop_time

Get the stop time. Uses DateFormat Dimension.

Import detail#

from ansys.stk.core.stkobjects import PropagatorSPICESegment

Property detail#

property PropagatorSPICESegment.segment_name: str#

Get the segment name.

property PropagatorSPICESegment.segment_type: str#

Get the segment type.

property PropagatorSPICESegment.frame: str#

Get the coordinate axes.

property PropagatorSPICESegment.central_body: str#

Get the central body.

property PropagatorSPICESegment.start_time: Any#

Get the start time. Uses DateFormat Dimension.

property PropagatorSPICESegment.stop_time: Any#

Get the stop time. Uses DateFormat Dimension.