AntennaModelGaussian#

class ansys.stk.core.stkobjects.AntennaModelGaussian#

Bases: IAntennaModel, IComponentInfo, ICloneable

Class defining a gaussian antenna model.

Overview#

backlobe_gain

Get or set the back-lobe gain.

beamwidth

Get or set the beamwidth.

diameter

Get or set the diameter.

efficiency

Get or set the efficiency.

input_type

Get or set the input type.

mainlobe_gain

Get or set the main-lobe gain.

use_backlobe_as_mainlobe_atten

Get or set the use back-lobe gain as main-lobe attenuation flag.

Import detail#

from ansys.stk.core.stkobjects import AntennaModelGaussian

Property detail#

property AntennaModelGaussian.backlobe_gain: float#

Get or set the back-lobe gain.

property AntennaModelGaussian.beamwidth: Any#

Get or set the beamwidth.

property AntennaModelGaussian.diameter: float#

Get or set the diameter.

property AntennaModelGaussian.efficiency: float#

Get or set the efficiency.

property AntennaModelGaussian.input_type: AntennaModelInputType#

Get or set the input type.

property AntennaModelGaussian.mainlobe_gain: float#

Get or set the main-lobe gain.

property AntennaModelGaussian.use_backlobe_as_mainlobe_atten: bool#

Get or set the use back-lobe gain as main-lobe attenuation flag.