AntennaContourFluxDensity#

class ansys.stk.core.stkobjects.AntennaContourFluxDensity#

Bases: IAntennaContour

Class defining an antenna flux density contour properties.

Overview#

set_resolution

Set the azimuth and elevation resolution as well as the maximum elevation angle.

azimuth_resolution

Get the azimuth resolution.

elevation_resolution

Get the elevation resolution.

maximum_elevation_angle

Get the maximum elevation.

Import detail#

from ansys.stk.core.stkobjects import AntennaContourFluxDensity

Property detail#

property AntennaContourFluxDensity.azimuth_resolution: Any#

Get the azimuth resolution.

property AntennaContourFluxDensity.elevation_resolution: Any#

Get the elevation resolution.

property AntennaContourFluxDensity.maximum_elevation_angle: Any#

Get the maximum elevation.

Method detail#

AntennaContourFluxDensity.set_resolution(self, azimuth_resolution: float, elevation_resolution: float, max_elevation: float) None#

Set the azimuth and elevation resolution as well as the maximum elevation angle.

Parameters:

azimuth_resolution : float

elevation_resolution : float

max_elevation : float

Returns:

None