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