SensorComplexConicPattern#

class ansys.stk.core.stkobjects.SensorComplexConicPattern#

Bases: ISensorPattern

Class defining the complex conic pattern for a Sensor.

Overview#

set_clock_angles

Set both the min and max clock angle.

set_cone_half_angles

Set both the inner and outer cone half angles.

inner_cone_half_angle

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_cone_half_angle

Outer half angle to define the angular radius of the cone measured from the boresight. Uses Angle Dimension.

minimum_clock_angle

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

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.

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 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.

property SensorComplexConicPattern.maximum_clock_angle: Any#

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.

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

Method detail#

SensorComplexConicPattern.set_clock_angles(self, min: Any, max: Any) None#

Set both the min and max clock angle.

Parameters:

min : Any

max : Any

Returns:

None

SensorComplexConicPattern.set_cone_half_angles(self, inner: Any, outer: Any) None#

Set both the inner and outer cone half angles.

Parameters:

inner : Any

outer : Any

Returns:

None