PropagatorSGP4OnlineAutoLoad ============================ .. py:class:: ansys.stk.core.stkobjects.PropagatorSGP4OnlineAutoLoad Bases: :py:class:`~ansys.stk.core.stkobjects.IPropagatorSGP4LoadData` Do not use this class, as it is deprecated. Use PropagatorSGP4OnlineLoad instead. SGP4 propagator. Allows the user to load the most current segment from online. .. py:currentmodule:: PropagatorSGP4OnlineAutoLoad Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.PropagatorSGP4OnlineAutoLoad.add_latest_segment_from_online` - Do not use this method, as it is deprecated. Use AddSegsFromOnline on PropagatorSGP4OnlineLoad instead. Adds the latest segment from Online given an SSC number. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import PropagatorSGP4OnlineAutoLoad Method detail ------------- .. py:method:: add_latest_segment_from_online(self, ssc_number: str) -> None :canonical: ansys.stk.core.stkobjects.PropagatorSGP4OnlineAutoLoad.add_latest_segment_from_online Do not use this method, as it is deprecated. Use AddSegsFromOnline on PropagatorSGP4OnlineLoad instead. Adds the latest segment from Online given an SSC number. :Parameters: **ssc_number** : :obj:`~str` :Returns: :obj:`~None`