PropagatorSGP4CommonTasks ========================= .. py:class:: ansys.stk.core.stkobjects.PropagatorSGP4CommonTasks Most commonly used functionality when working with SGP4 propagator. .. py:currentmodule:: PropagatorSGP4CommonTasks Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.PropagatorSGP4CommonTasks.add_segments_from_file` - Search the specified file for elements matching the specified SSC number and adds them to the collection. * - :py:attr:`~ansys.stk.core.stkobjects.PropagatorSGP4CommonTasks.add_segments_from_online_source` - Search the online source (AGI server) for elements matching the specified SSC number and adds them to the collection. The method uses the propagator's start/stop. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import PropagatorSGP4CommonTasks Method detail ------------- .. py:method:: add_segments_from_file(self, ssc_number: str, file_name: str) -> None :canonical: ansys.stk.core.stkobjects.PropagatorSGP4CommonTasks.add_segments_from_file Search the specified file for elements matching the specified SSC number and adds them to the collection. :Parameters: **ssc_number** : :obj:`~str` **file_name** : :obj:`~str` :Returns: :obj:`~None` .. py:method:: add_segments_from_online_source(self, ssc_num: str) -> None :canonical: ansys.stk.core.stkobjects.PropagatorSGP4CommonTasks.add_segments_from_online_source Search the online source (AGI server) for elements matching the specified SSC number and adds them to the collection. The method uses the propagator's start/stop. :Parameters: **ssc_num** : :obj:`~str` :Returns: :obj:`~None`