AntennaModelApertureRectangularUniform#

class ansys.stk.core.stkobjects.AntennaModelApertureRectangularUniform#

Bases: IAntennaModel, IComponentInfo, ICloneable

Class defining a rectangular uniform aperture antenna model.

Overview#

compute_mainlobe_gain

Get or set the option for computing the mainlobe gain.

mainlobe_gain

Get or set the mainlobe gain.

backlobe_gain

Get or set the backlobe gain.

efficiency

Get or set the efficiency.

use_backlobe_as_mainlobe_atten

Get or set the option for using the back lobe gain as a main lobe gain attenuation.

input_type

Get or set the input type.

x_dimension

Get or set the x dimension.

y_dimension

Get or set the y dimension.

x_beamwidth

Get or set the x beamwidth.

y_beamwidth

Get or set the y beamwidth.

Import detail#

from ansys.stk.core.stkobjects import AntennaModelApertureRectangularUniform

Property detail#

property AntennaModelApertureRectangularUniform.compute_mainlobe_gain: bool#

Get or set the option for computing the mainlobe gain.

property AntennaModelApertureRectangularUniform.mainlobe_gain: float#

Get or set the mainlobe gain.

property AntennaModelApertureRectangularUniform.backlobe_gain: float#

Get or set the backlobe gain.

property AntennaModelApertureRectangularUniform.efficiency: float#

Get or set the efficiency.

property AntennaModelApertureRectangularUniform.use_backlobe_as_mainlobe_atten: bool#

Get or set the option for using the back lobe gain as a main lobe gain attenuation.

property AntennaModelApertureRectangularUniform.input_type: RectangularApertureInputType#

Get or set the input type.

property AntennaModelApertureRectangularUniform.x_dimension: float#

Get or set the x dimension.

property AntennaModelApertureRectangularUniform.y_dimension: float#

Get or set the y dimension.

property AntennaModelApertureRectangularUniform.x_beamwidth: Any#

Get or set the x beamwidth.

property AntennaModelApertureRectangularUniform.y_beamwidth: Any#

Get or set the y beamwidth.