AntennaModelIsotropic ===================== .. py:class:: ansys.stk.core.stkobjects.AntennaModelIsotropic 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 isotropic antenna model. .. py:currentmodule:: AntennaModelIsotropic Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.AntennaModelIsotropic.mainlobe_gain` - Get the mainlobe gain. * - :py:attr:`~ansys.stk.core.stkobjects.AntennaModelIsotropic.efficiency` - Get or set the efficiency. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import AntennaModelIsotropic Property detail --------------- .. py:property:: mainlobe_gain :canonical: ansys.stk.core.stkobjects.AntennaModelIsotropic.mainlobe_gain :type: float Get the mainlobe gain. .. py:property:: efficiency :canonical: ansys.stk.core.stkobjects.AntennaModelIsotropic.efficiency :type: float Get or set the efficiency.