AntennaModelApertureCircularCosine ================================== .. py:class:: ansys.stk.core.stkobjects.AntennaModelApertureCircularCosine 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 circular cosine aperture antenna model. .. py:currentmodule:: AntennaModelApertureCircularCosine Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.AntennaModelApertureCircularCosine.compute_mainlobe_gain` - Get or set the option for computing the mainlobe gain. * - :py:attr:`~ansys.stk.core.stkobjects.AntennaModelApertureCircularCosine.mainlobe_gain` - Get or set the mainlobe gain. * - :py:attr:`~ansys.stk.core.stkobjects.AntennaModelApertureCircularCosine.backlobe_gain` - Get or set the backlobe gain. * - :py:attr:`~ansys.stk.core.stkobjects.AntennaModelApertureCircularCosine.efficiency` - Get or set the efficiency. * - :py:attr:`~ansys.stk.core.stkobjects.AntennaModelApertureCircularCosine.use_backlobe_as_mainlobe_atten` - Get or set the option for using the back lobe gain as a main lobe gain attenuation. * - :py:attr:`~ansys.stk.core.stkobjects.AntennaModelApertureCircularCosine.input_type` - Get or set the input type. * - :py:attr:`~ansys.stk.core.stkobjects.AntennaModelApertureCircularCosine.diameter` - Get or set the diameter. * - :py:attr:`~ansys.stk.core.stkobjects.AntennaModelApertureCircularCosine.beamwidth` - Get or set the beamwidth. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import AntennaModelApertureCircularCosine Property detail --------------- .. py:property:: compute_mainlobe_gain :canonical: ansys.stk.core.stkobjects.AntennaModelApertureCircularCosine.compute_mainlobe_gain :type: bool Get or set the option for computing the mainlobe gain. .. py:property:: mainlobe_gain :canonical: ansys.stk.core.stkobjects.AntennaModelApertureCircularCosine.mainlobe_gain :type: float Get or set the mainlobe gain. .. py:property:: backlobe_gain :canonical: ansys.stk.core.stkobjects.AntennaModelApertureCircularCosine.backlobe_gain :type: float Get or set the backlobe gain. .. py:property:: efficiency :canonical: ansys.stk.core.stkobjects.AntennaModelApertureCircularCosine.efficiency :type: float Get or set the efficiency. .. py:property:: use_backlobe_as_mainlobe_atten :canonical: ansys.stk.core.stkobjects.AntennaModelApertureCircularCosine.use_backlobe_as_mainlobe_atten :type: bool Get or set the option for using the back lobe gain as a main lobe gain attenuation. .. py:property:: input_type :canonical: ansys.stk.core.stkobjects.AntennaModelApertureCircularCosine.input_type :type: CircularApertureInputType Get or set the input type. .. py:property:: diameter :canonical: ansys.stk.core.stkobjects.AntennaModelApertureCircularCosine.diameter :type: float Get or set the diameter. .. py:property:: beamwidth :canonical: ansys.stk.core.stkobjects.AntennaModelApertureCircularCosine.beamwidth :type: typing.Any Get or set the beamwidth.