DataProviderGroup ================= .. py:class:: ansys.stk.core.stkobjects.DataProviderGroup Bases: :py:class:`~ansys.stk.core.stkobjects.IDataProviderInfo` Group of sub data providers (e.g. ``Cartesian Position`` on Satellites). .. py:currentmodule:: DataProviderGroup Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.DataProviderGroup.group` - Return a collection of data providers in the group. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import DataProviderGroup Property detail --------------- .. py:property:: group :canonical: ansys.stk.core.stkobjects.DataProviderGroup.group :type: DataProviders Return a collection of data providers in the group.