SensorComplexConicPattern#
- class ansys.stk.core.stkobjects.SensorComplexConicPattern#
Bases:
ISensorPattern
Class defining the complex conic pattern for a Sensor.
Overview#
Set both the min and max clock angle. |
|
Set both the inner and outer cone half angles. |
Inner half angle to define the angular radius of the cone measured from the boresight. When an inner cone is specified, the inner region is considered to be a region of exclusion. Uses Angle Dimension. |
|
Outer half angle to define the angular radius of the cone measured from the boresight. Uses Angle Dimension. |
|
Minimum clock angle to define the range of rotation about the boresight relative to the up vector. Clock angles correspond to azimuth angles, which are defined in the sensor pointing direction. Uses Angle Dimension. |
|
Maximum clock angle to define the range of rotation about the boresight relative to the up vector. Clock angles correspond to azimuth angles, which are defined in the sensor pointing direction. 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 SensorComplexConicPattern
Property detail#
- property SensorComplexConicPattern.inner_cone_half_angle: Any#
Inner half angle to define the angular radius of the cone measured from the boresight. When an inner cone is specified, the inner region is considered to be a region of exclusion. Uses Angle Dimension.
- property SensorComplexConicPattern.outer_cone_half_angle: Any#
Outer half angle to define the angular radius of the cone measured from the boresight. Uses Angle Dimension.
- property SensorComplexConicPattern.minimum_clock_angle: Any#
Minimum clock angle to define the range of rotation about the boresight relative to the up vector. Clock angles correspond to azimuth angles, which are defined in the sensor pointing direction. Uses Angle Dimension.