AntennaContourEIRP#

class ansys.stk.core.stkobjects.AntennaContourEIRP#

Bases: IAntennaContour

Class defining an antenna eirp contour properties.

Overview#

set_resolution

Set the azimuth/elevation ranges and resolution.

set_number_of_points

Set the azimuth/elevation ranges and number of points.

azimuth_start

Get the azimuth start value.

azimuth_stop

Get the azimuth stop value.

azimuth_resolution

Get the azimuth resolution.

azimuth_number_of_points

Get the number of azimuth points.

elevation_start

Get the elevation start value.

elevation_stop

Get the elevation stop value.

elevation_resolution

Get the elevation resolution.

elevation_number_of_points

Get the number of elevation points.

coordinate_system

Get or set the coordinate system for defining the resolution of the antenna graphics.

Import detail#

from ansys.stk.core.stkobjects import AntennaContourEIRP

Property detail#

property AntennaContourEIRP.azimuth_start: float#

Get the azimuth start value.

property AntennaContourEIRP.azimuth_stop: float#

Get the azimuth stop value.

property AntennaContourEIRP.azimuth_resolution: float#

Get the azimuth resolution.

property AntennaContourEIRP.azimuth_number_of_points: int#

Get the number of azimuth points.

property AntennaContourEIRP.elevation_start: float#

Get the elevation start value.

property AntennaContourEIRP.elevation_stop: float#

Get the elevation stop value.

property AntennaContourEIRP.elevation_resolution: float#

Get the elevation resolution.

property AntennaContourEIRP.elevation_number_of_points: int#

Get the number of elevation points.

property AntennaContourEIRP.coordinate_system: AntennaGraphicsCoordinateSystem#

Get or set the coordinate system for defining the resolution of the antenna graphics.

Method detail#

AntennaContourEIRP.set_resolution(self, azimuth_start: float, azimuth_stop: float, azimuth_resolution: float, elevation_start: float, elevation_stop: float, elevation_resolution: float) None#

Set the azimuth/elevation ranges and resolution.

Parameters:

azimuth_start : float

azimuth_stop : float

azimuth_resolution : float

elevation_start : float

elevation_stop : float

elevation_resolution : float

Returns:

None

AntennaContourEIRP.set_number_of_points(self, azimuth_start: float, azimuth_stop: float, azimuth_num_points: int, elevation_start: float, elevation_stop: float, elevation_num_points: int) None#

Set the azimuth/elevation ranges and number of points.

Parameters:

azimuth_start : float

azimuth_stop : float

azimuth_num_points : int

elevation_start : float

elevation_stop : float

elevation_num_points : int

Returns:

None