AntennaModelCosecantSquared =========================== .. py:class:: ansys.stk.core.stkobjects.AntennaModelCosecantSquared 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 cosecant squared antenna model. .. py:currentmodule:: AntennaModelCosecantSquared Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.AntennaModelCosecantSquared.sidelobe_type` - Get the Cosecant Squared antenna sidelobe type enumeration. * - :py:attr:`~ansys.stk.core.stkobjects.AntennaModelCosecantSquared.cutoff_angle` - Get or set the cutoff angle. * - :py:attr:`~ansys.stk.core.stkobjects.AntennaModelCosecantSquared.azimuth_beamwidth` - Get or set the azimuth beamwidth. * - :py:attr:`~ansys.stk.core.stkobjects.AntennaModelCosecantSquared.mainlobe_gain` - Get or set the mainlobe gain. * - :py:attr:`~ansys.stk.core.stkobjects.AntennaModelCosecantSquared.backlobe_gain` - Get or set the sidelobe gain. * - :py:attr:`~ansys.stk.core.stkobjects.AntennaModelCosecantSquared.efficiency` - Get or set the efficiency. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import AntennaModelCosecantSquared Property detail --------------- .. py:property:: sidelobe_type :canonical: ansys.stk.core.stkobjects.AntennaModelCosecantSquared.sidelobe_type :type: AntennaModelCosecantSquaredSidelobeType Get the Cosecant Squared antenna sidelobe type enumeration. .. py:property:: cutoff_angle :canonical: ansys.stk.core.stkobjects.AntennaModelCosecantSquared.cutoff_angle :type: typing.Any Get or set the cutoff angle. .. py:property:: azimuth_beamwidth :canonical: ansys.stk.core.stkobjects.AntennaModelCosecantSquared.azimuth_beamwidth :type: typing.Any Get or set the azimuth beamwidth. .. py:property:: mainlobe_gain :canonical: ansys.stk.core.stkobjects.AntennaModelCosecantSquared.mainlobe_gain :type: float Get or set the mainlobe gain. .. py:property:: backlobe_gain :canonical: ansys.stk.core.stkobjects.AntennaModelCosecantSquared.backlobe_gain :type: float Get or set the sidelobe gain. .. py:property:: efficiency :canonical: ansys.stk.core.stkobjects.AntennaModelCosecantSquared.efficiency :type: float Get or set the efficiency.