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