SensorRectangularPattern#

class ansys.stk.core.stkobjects.SensorRectangularPattern#

Bases: ISensorPattern

Class defining the rectangular pattern for a Sensor.

Overview#

vertical_half_angle

The angle from the boresight (Z) direction to the edge of the sensor in the YZ plane of the sensor’s coordinate system. Uses Angle Dimension.

horizontal_half_angle

The angle from the boresight (Z) direction to the edge of the sensor in the XZ plane of the sensor’s coordinate system. 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 SensorRectangularPattern

Property detail#

property SensorRectangularPattern.vertical_half_angle: Any#

The angle from the boresight (Z) direction to the edge of the sensor in the YZ plane of the sensor’s coordinate system. Uses Angle Dimension.

property SensorRectangularPattern.horizontal_half_angle: Any#

The angle from the boresight (Z) direction to the edge of the sensor in the XZ plane of the sensor’s coordinate system. Uses Angle Dimension.

property SensorRectangularPattern.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…