PropagatorSPICESegment ====================== .. py:class:: ansys.stk.core.stkobjects.PropagatorSPICESegment SPICE propagator segment. .. py:currentmodule:: PropagatorSPICESegment Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.PropagatorSPICESegment.segment_name` - Get the segment name. * - :py:attr:`~ansys.stk.core.stkobjects.PropagatorSPICESegment.segment_type` - Get the segment type. * - :py:attr:`~ansys.stk.core.stkobjects.PropagatorSPICESegment.frame` - Get the coordinate axes. * - :py:attr:`~ansys.stk.core.stkobjects.PropagatorSPICESegment.central_body` - Get the central body. * - :py:attr:`~ansys.stk.core.stkobjects.PropagatorSPICESegment.start_time` - Get the start time. Uses DateFormat Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.PropagatorSPICESegment.stop_time` - Get the stop time. Uses DateFormat Dimension. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import PropagatorSPICESegment Property detail --------------- .. py:property:: segment_name :canonical: ansys.stk.core.stkobjects.PropagatorSPICESegment.segment_name :type: str Get the segment name. .. py:property:: segment_type :canonical: ansys.stk.core.stkobjects.PropagatorSPICESegment.segment_type :type: str Get the segment type. .. py:property:: frame :canonical: ansys.stk.core.stkobjects.PropagatorSPICESegment.frame :type: str Get the coordinate axes. .. py:property:: central_body :canonical: ansys.stk.core.stkobjects.PropagatorSPICESegment.central_body :type: str Get the central body. .. py:property:: start_time :canonical: ansys.stk.core.stkobjects.PropagatorSPICESegment.start_time :type: typing.Any Get the start time. Uses DateFormat Dimension. .. py:property:: stop_time :canonical: ansys.stk.core.stkobjects.PropagatorSPICESegment.stop_time :type: typing.Any Get the stop time. Uses DateFormat Dimension.