SensorHalfPowerPattern#
- class ansys.stk.core.stkobjects.SensorHalfPowerPattern#
Bases:
ISensorPattern
Class defining the half-power pattern for a Sensor.
Overview#
The antennaβs frequency in GHz. Uses Frequency Dimension. |
|
The diameter of the antenna dish. Uses SmallDistanceUnit Dimension. |
|
Get the half angle of the cone for, calculated on the basis of the Frequency and AntennaDiameter properties. Uses Angle Dimension. |
|
Allow a user to set the angular separation between the pattern data points. This is an advanced user field, available only through STKβs object model interface. The default value for the number of pattern samples isβ¦ |
Import detail#
from ansys.stk.core.stkobjects import SensorHalfPowerPattern
Property detail#
- property SensorHalfPowerPattern.frequency: float#
The antennaβs frequency in GHz. Uses Frequency Dimension.
- property SensorHalfPowerPattern.antenna_diameter: float#
The diameter of the antenna dish. Uses SmallDistanceUnit Dimension.