Component ========= .. py:class:: ansys.stk.core.stkobjects.Component IntEnum .. py:currentmodule:: Component Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ALL` - Return all components. Currently not implemented. * - :py:attr:`~COMMUNICATION` - Return only communication components. * - :py:attr:`~ASTROGATOR` - Return only astrogator components. * - :py:attr:`~RADAR` - Return only radar components. * - :py:attr:`~COLLECTIONS` - Return collection components. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import Component