SatelliteCollection =================== .. py:class:: ansys.stk.core.stkobjects.SatelliteCollection Bases: :py:class:`~ansys.stk.core.stkobjects.ISTKObject`, :py:class:`~ansys.stk.core.stkobjects.ILifetimeInformation` The SatelliteCollection class. .. py:currentmodule:: SatelliteCollection Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.SatelliteCollection.compute` - Compute the satellite collection, updating its subgroups. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import SatelliteCollection Method detail ------------- .. py:method:: compute(self) -> None :canonical: ansys.stk.core.stkobjects.SatelliteCollection.compute Compute the satellite collection, updating its subgroups. :Returns: :obj:`~None`