AntennaModelITUS1528R12Circular =============================== .. py:class:: ansys.stk.core.stkobjects.AntennaModelITUS1528R12Circular 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 ITU-R S1528 1.2 circular antenna model. .. py:currentmodule:: AntennaModelITUS1528R12Circular Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.AntennaModelITUS1528R12Circular.mainlobe_gain` - Get or set the main-lobe gain. * - :py:attr:`~ansys.stk.core.stkobjects.AntennaModelITUS1528R12Circular.efficiency` - Get or set the efficiency. * - :py:attr:`~ansys.stk.core.stkobjects.AntennaModelITUS1528R12Circular.diameter` - Get or set the diameter. * - :py:attr:`~ansys.stk.core.stkobjects.AntennaModelITUS1528R12Circular.use_mainlobe_model` - Get or set the option for enabling the mainlobe model. * - :py:attr:`~ansys.stk.core.stkobjects.AntennaModelITUS1528R12Circular.override_half_beamwidth` - Get or set the option for overriding the half beamwidth. * - :py:attr:`~ansys.stk.core.stkobjects.AntennaModelITUS1528R12Circular.half_beamwidth` - Get or set the half beamwidth. * - :py:attr:`~ansys.stk.core.stkobjects.AntennaModelITUS1528R12Circular.near_in_sidelobe_level` - Get or set the near in sidelobe level. * - :py:attr:`~ansys.stk.core.stkobjects.AntennaModelITUS1528R12Circular.farout_sidelobe_level` - Get or set the far out sidelobe level. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import AntennaModelITUS1528R12Circular Property detail --------------- .. py:property:: mainlobe_gain :canonical: ansys.stk.core.stkobjects.AntennaModelITUS1528R12Circular.mainlobe_gain :type: float Get or set the main-lobe gain. .. py:property:: efficiency :canonical: ansys.stk.core.stkobjects.AntennaModelITUS1528R12Circular.efficiency :type: float Get or set the efficiency. .. py:property:: diameter :canonical: ansys.stk.core.stkobjects.AntennaModelITUS1528R12Circular.diameter :type: float Get or set the diameter. .. py:property:: use_mainlobe_model :canonical: ansys.stk.core.stkobjects.AntennaModelITUS1528R12Circular.use_mainlobe_model :type: bool Get or set the option for enabling the mainlobe model. .. py:property:: override_half_beamwidth :canonical: ansys.stk.core.stkobjects.AntennaModelITUS1528R12Circular.override_half_beamwidth :type: bool Get or set the option for overriding the half beamwidth. .. py:property:: half_beamwidth :canonical: ansys.stk.core.stkobjects.AntennaModelITUS1528R12Circular.half_beamwidth :type: typing.Any Get or set the half beamwidth. .. py:property:: near_in_sidelobe_level :canonical: ansys.stk.core.stkobjects.AntennaModelITUS1528R12Circular.near_in_sidelobe_level :type: float Get or set the near in sidelobe level. .. py:property:: farout_sidelobe_level :canonical: ansys.stk.core.stkobjects.AntennaModelITUS1528R12Circular.farout_sidelobe_level :type: float Get or set the far out sidelobe level.