AntennaContourSpectralFluxDensity#

class ansys.stk.core.stkobjects.AntennaContourSpectralFluxDensity#

Bases: IAntennaContour

Class defining an antenna spectral 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 AntennaContourSpectralFluxDensity

Property detail#

property AntennaContourSpectralFluxDensity.azimuth_resolution: Any#

Get the azimuth resolution.

property AntennaContourSpectralFluxDensity.elevation_resolution: Any#

Get the elevation resolution.

property AntennaContourSpectralFluxDensity.maximum_elevation_angle: Any#

Get the maximum elevation.

Method detail#

AntennaContourSpectralFluxDensity.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