AntennaModelParabolic#

class ansys.stk.core.stkobjects.AntennaModelParabolic#

Bases: IAntennaModel, IComponentInfo, ICloneable

Class defining a parabolic antenna model.

Overview#

input_type

Get or set the input type.

diameter

Get or set the diameter.

beamwidth

Get or set the beamwidth.

mainlobe_gain

Get or set the main-lobe gain.

backlobe_gain

Get or set the back-lobe gain.

use_backlobe_as_mainlobe_atten

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

efficiency

Get or set the efficiency.

Import detail#

from ansys.stk.core.stkobjects import AntennaModelParabolic

Property detail#

property AntennaModelParabolic.input_type: AntennaModelInputType#

Get or set the input type.

property AntennaModelParabolic.diameter: float#

Get or set the diameter.

property AntennaModelParabolic.beamwidth: Any#

Get or set the beamwidth.

property AntennaModelParabolic.mainlobe_gain: float#

Get or set the main-lobe gain.

property AntennaModelParabolic.backlobe_gain: float#

Get or set the back-lobe gain.

property AntennaModelParabolic.use_backlobe_as_mainlobe_atten: bool#

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

property AntennaModelParabolic.efficiency: float#

Get or set the efficiency.