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