SensorHalfPowerPattern#

class ansys.stk.core.stkobjects.SensorHalfPowerPattern#

Bases: ISensorPattern

Class defining the half-power pattern for a Sensor.

Overview#

frequency

The antenna’s frequency in GHz. Uses Frequency Dimension.

antenna_diameter

The diameter of the antenna dish. Uses SmallDistanceUnit Dimension.

half_angle

Get the half angle of the cone for, calculated on the basis of the Frequency and AntennaDiameter properties. Uses Angle Dimension.

angular_resolution

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.

property SensorHalfPowerPattern.half_angle: Any#

Get the half angle of the cone for, calculated on the basis of the Frequency and AntennaDiameter properties. Uses Angle Dimension.

property SensorHalfPowerPattern.angular_resolution: Any#

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…