AntennaModelITUS465 =================== .. py:class:: ansys.stk.core.stkobjects.AntennaModelITUS465 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 S465-6 antenna model. .. py:currentmodule:: AntennaModelITUS465 Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.AntennaModelITUS465.mainlobe_gain` - Get or set the main-lobe gain. * - :py:attr:`~ansys.stk.core.stkobjects.AntennaModelITUS465.efficiency` - Get or set the efficiency. * - :py:attr:`~ansys.stk.core.stkobjects.AntennaModelITUS465.diameter` - Get or set the diameter. * - :py:attr:`~ansys.stk.core.stkobjects.AntennaModelITUS465.use_mainlobe_model` - Get or set the option for enabling the mainlobe model. * - :py:attr:`~ansys.stk.core.stkobjects.AntennaModelITUS465.sidelobe_mask_level` - Get or set the sidelobe mask level. * - :py:attr:`~ansys.stk.core.stkobjects.AntennaModelITUS465.coordinated_prior_to_1993` - Get or set whether or not the antenna was coordinated prior to 1993. * - :py:attr:`~ansys.stk.core.stkobjects.AntennaModelITUS465.sidelobe_relative_to_mainlobe` - Get or set the flag indicating that the sidelobe mask level is relative to the mainlobe level. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import AntennaModelITUS465 Property detail --------------- .. py:property:: mainlobe_gain :canonical: ansys.stk.core.stkobjects.AntennaModelITUS465.mainlobe_gain :type: float Get or set the main-lobe gain. .. py:property:: efficiency :canonical: ansys.stk.core.stkobjects.AntennaModelITUS465.efficiency :type: float Get or set the efficiency. .. py:property:: diameter :canonical: ansys.stk.core.stkobjects.AntennaModelITUS465.diameter :type: float Get or set the diameter. .. py:property:: use_mainlobe_model :canonical: ansys.stk.core.stkobjects.AntennaModelITUS465.use_mainlobe_model :type: bool Get or set the option for enabling the mainlobe model. .. py:property:: sidelobe_mask_level :canonical: ansys.stk.core.stkobjects.AntennaModelITUS465.sidelobe_mask_level :type: float Get or set the sidelobe mask level. .. py:property:: coordinated_prior_to_1993 :canonical: ansys.stk.core.stkobjects.AntennaModelITUS465.coordinated_prior_to_1993 :type: bool Get or set whether or not the antenna was coordinated prior to 1993. .. py:property:: sidelobe_relative_to_mainlobe :canonical: ansys.stk.core.stkobjects.AntennaModelITUS465.sidelobe_relative_to_mainlobe :type: bool Get or set the flag indicating that the sidelobe mask level is relative to the mainlobe level.