AntennaModelApertureCircularBesselEnvelope#

class ansys.stk.core.stkobjects.AntennaModelApertureCircularBesselEnvelope#

Bases: IAntennaModel, IComponentInfo, ICloneable

Class defining a circular bessel envelope aperture antenna model.

Overview#

compute_mainlobe_gain

Get or set the option for computing the mainlobe gain.

mainlobe_gain

Get or set the mainlobe gain.

backlobe_gain

Get or set the backlobe gain.

efficiency

Get or set the efficiency.

use_backlobe_as_mainlobe_atten

Get or set the option for using the back lobe gain as a main lobe gain attenuation.

input_type

Get or set the input type.

diameter

Get or set the diameter.

beamwidth

Get or set the beamwidth.

function_power

Get or set the function power.

pedestal_level

Get or set the pedestal level.

Import detail#

from ansys.stk.core.stkobjects import AntennaModelApertureCircularBesselEnvelope

Property detail#

property AntennaModelApertureCircularBesselEnvelope.compute_mainlobe_gain: bool#

Get or set the option for computing the mainlobe gain.

property AntennaModelApertureCircularBesselEnvelope.mainlobe_gain: float#

Get or set the mainlobe gain.

property AntennaModelApertureCircularBesselEnvelope.backlobe_gain: float#

Get or set the backlobe gain.

property AntennaModelApertureCircularBesselEnvelope.efficiency: float#

Get or set the efficiency.

property AntennaModelApertureCircularBesselEnvelope.use_backlobe_as_mainlobe_atten: bool#

Get or set the option for using the back lobe gain as a main lobe gain attenuation.

property AntennaModelApertureCircularBesselEnvelope.input_type: CircularApertureInputType#

Get or set the input type.

property AntennaModelApertureCircularBesselEnvelope.diameter: float#

Get or set the diameter.

property AntennaModelApertureCircularBesselEnvelope.beamwidth: Any#

Get or set the beamwidth.

property AntennaModelApertureCircularBesselEnvelope.function_power: int#

Get or set the function power.

property AntennaModelApertureCircularBesselEnvelope.pedestal_level: float#

Get or set the pedestal level.