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