AntennaModelITUS731#

class ansys.stk.core.stkobjects.AntennaModelITUS731#

Bases: IAntennaModel, IComponentInfo, ICloneable

Class defining a ITU-R S731 antenna model.

Overview#

mainlobe_gain

Get or set the main-lobe gain.

efficiency

Get or set the efficiency.

diameter

Get or set the diameter.

use_mainlobe_model

Get or set the option for enabling the mainlobe model.

sidelobe_mask_level

Get or set the sidelobe mask level.

sidelobe_relative_to_mainlobe

Get or set the flag indicating that the sidelobe mask level is relative to the mainlobe level.

Import detail#

from ansys.stk.core.stkobjects import AntennaModelITUS731

Property detail#

property AntennaModelITUS731.mainlobe_gain: float#

Get or set the main-lobe gain.

property AntennaModelITUS731.efficiency: float#

Get or set the efficiency.

property AntennaModelITUS731.diameter: float#

Get or set the diameter.

property AntennaModelITUS731.use_mainlobe_model: bool#

Get or set the option for enabling the mainlobe model.

property AntennaModelITUS731.sidelobe_mask_level: float#

Get or set the sidelobe mask level.

property AntennaModelITUS731.sidelobe_relative_to_mainlobe: bool#

Get or set the flag indicating that the sidelobe mask level is relative to the mainlobe level.