AntennaModelCosecantSquared#

class ansys.stk.core.stkobjects.AntennaModelCosecantSquared#

Bases: IAntennaModel, IComponentInfo, ICloneable

Class defining a cosecant squared antenna model.

Overview#

sidelobe_type

Get the Cosecant Squared antenna sidelobe type enumeration.

cutoff_angle

Get or set the cutoff angle.

azimuth_beamwidth

Get or set the azimuth beamwidth.

mainlobe_gain

Get or set the mainlobe gain.

backlobe_gain

Get or set the sidelobe gain.

efficiency

Get or set the efficiency.

Import detail#

from ansys.stk.core.stkobjects import AntennaModelCosecantSquared

Property detail#

property AntennaModelCosecantSquared.sidelobe_type: AntennaModelCosecantSquaredSidelobeType#

Get the Cosecant Squared antenna sidelobe type enumeration.

property AntennaModelCosecantSquared.cutoff_angle: Any#

Get or set the cutoff angle.

property AntennaModelCosecantSquared.azimuth_beamwidth: Any#

Get or set the azimuth beamwidth.

property AntennaModelCosecantSquared.mainlobe_gain: float#

Get or set the mainlobe gain.

property AntennaModelCosecantSquared.backlobe_gain: float#

Get or set the sidelobe gain.

property AntennaModelCosecantSquared.efficiency: float#

Get or set the efficiency.