AntennaContourRIP#

class ansys.stk.core.stkobjects.AntennaContourRIP#

Bases: IAntennaContour

Class defining an antenna rip 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 AntennaContourRIP

Property detail#

property AntennaContourRIP.azimuth_resolution: Any#

Get the azimuth resolution.

property AntennaContourRIP.elevation_resolution: Any#

Get the elevation resolution.

property AntennaContourRIP.maximum_elevation_angle: Any#

Get the maximum elevation.

Method detail#

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