SensorHalfPowerPattern#

class ansys.stk.core.stkobjects.SensorHalfPowerPattern#

Bases: ISensorPattern

Class defining the half-power pattern for a Sensor.

Overview#

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…

antenna_diameter

The diameter of the antenna dish. Uses SmallDistanceUnit Dimension.

frequency

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

half_angle

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

Import detail#

from ansys.stk.core.stkobjects import SensorHalfPowerPattern

Property detail#

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…

property SensorHalfPowerPattern.antenna_diameter: float#

The diameter of the antenna dish. Uses SmallDistanceUnit Dimension.

property SensorHalfPowerPattern.frequency: float#

The antenna’s frequency in GHz. Uses Frequency 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.