AntennaModelGPSGlobal ===================== .. py:class:: ansys.stk.core.stkobjects.AntennaModelGPSGlobal Bases: :py:class:`~ansys.stk.core.stkobjects.IAntennaModel`, :py:class:`~ansys.stk.core.stkobjects.IComponentInfo`, :py:class:`~ansys.stk.core.stkobjects.ICloneable` Class defining a GPS global antenna model. .. py:currentmodule:: AntennaModelGPSGlobal Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.AntennaModelGPSGlobal.supported_block_types` - Get an array of supported block types. * - :py:attr:`~ansys.stk.core.stkobjects.AntennaModelGPSGlobal.block_type` - Get or set the block type. * - :py:attr:`~ansys.stk.core.stkobjects.AntennaModelGPSGlobal.efficiency` - Get or set the efficiency. * - :py:attr:`~ansys.stk.core.stkobjects.AntennaModelGPSGlobal.maximum_gain` - Get the maximum gain. * - :py:attr:`~ansys.stk.core.stkobjects.AntennaModelGPSGlobal.beamwidth` - Get the beamwidth. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import AntennaModelGPSGlobal Property detail --------------- .. py:property:: supported_block_types :canonical: ansys.stk.core.stkobjects.AntennaModelGPSGlobal.supported_block_types :type: list Get an array of supported block types. .. py:property:: block_type :canonical: ansys.stk.core.stkobjects.AntennaModelGPSGlobal.block_type :type: str Get or set the block type. .. py:property:: efficiency :canonical: ansys.stk.core.stkobjects.AntennaModelGPSGlobal.efficiency :type: float Get or set the efficiency. .. py:property:: maximum_gain :canonical: ansys.stk.core.stkobjects.AntennaModelGPSGlobal.maximum_gain :type: float Get the maximum gain. .. py:property:: beamwidth :canonical: ansys.stk.core.stkobjects.AntennaModelGPSGlobal.beamwidth :type: typing.Any Get the beamwidth.