AntennaContourGain#
- class ansys.stk.core.stkobjects.AntennaContourGain#
Bases:
IAntennaContour
Class defining an antenna gain contour properties.
Overview#
Set the azimuth/elevation ranges and resolution. |
|
Set the azimuth/elevation ranges and number of points. |
Get the azimuth start value. |
|
Get the azimuth stop value. |
|
Get the azimuth resolution. |
|
Get the number of azimuth points. |
|
Get the elevation start value. |
|
Get the elevation stop value. |
|
Get the elevation resolution. |
|
Get the number of elevation points. |
|
Get or set the coordinate system for defining the resolution of the antenna graphics. |
Import detail#
from ansys.stk.core.stkobjects import AntennaContourGain
Property detail#
- property AntennaContourGain.coordinate_system: AntennaGraphicsCoordinateSystem#
Get or set the coordinate system for defining the resolution of the antenna graphics.
Method detail#
- AntennaContourGain.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.