AntennaModelITUS1528R12Rectangular#

class ansys.stk.core.stkobjects.AntennaModelITUS1528R12Rectangular#

Bases: IAntennaModel, IComponentInfo, ICloneable

Class defining a ITU-R S1528 1.2 rectangular antenna model.

Overview#

mainlobe_gain

Get or set the main-lobe gain.

efficiency

Get or set the efficiency.

major_dimension

Get or set the major dimension.

minor_dimension

Get or set the minor dimension.

use_mainlobe_model

Get or set the option for enabling the mainlobe model.

override_half_beamwidth

Get or set the option for overriding the half beamwidth.

half_beamwidth

Get or set the half beamwidth.

near_in_sidelobe_level

Get or set the near in sidelobe level.

farout_sidelobe_level

Get or set the far out sidelobe level.

Import detail#

from ansys.stk.core.stkobjects import AntennaModelITUS1528R12Rectangular

Property detail#

property AntennaModelITUS1528R12Rectangular.mainlobe_gain: float#

Get or set the main-lobe gain.

property AntennaModelITUS1528R12Rectangular.efficiency: float#

Get or set the efficiency.

property AntennaModelITUS1528R12Rectangular.major_dimension: float#

Get or set the major dimension.

property AntennaModelITUS1528R12Rectangular.minor_dimension: float#

Get or set the minor dimension.

property AntennaModelITUS1528R12Rectangular.use_mainlobe_model: bool#

Get or set the option for enabling the mainlobe model.

property AntennaModelITUS1528R12Rectangular.override_half_beamwidth: bool#

Get or set the option for overriding the half beamwidth.

property AntennaModelITUS1528R12Rectangular.half_beamwidth: Any#

Get or set the half beamwidth.

property AntennaModelITUS1528R12Rectangular.near_in_sidelobe_level: float#

Get or set the near in sidelobe level.

property AntennaModelITUS1528R12Rectangular.farout_sidelobe_level: float#

Get or set the far out sidelobe level.