SensorSARPattern#

class ansys.stk.core.stkobjects.SensorSARPattern#

Bases: ISensorPattern

Class defining the Synthetic Aperture Radar (SAR) pattern for a Sensor.

Overview#

set_elevation_angles

Set both the min and max elevation angle. Min/Max use Angle Dimension.

parent_altitude

The altitude of the sensor’s parent object (assumed to be constant). Uses Distance Dimension.

minimum_elevation_angle

Minimum ground elevation angle to which the SAR sensor can provide coverage. Uses Angle Dimension.

maximum_elevation_angle

Maximum ground elevation angle to which the SAR sensor can provide coverage. Uses Angle Dimension.

fore_exclusion_angle

The minimum angle between the forward projection of the velocity vector and the vector to the target. Uses Angle Dimension.

aft_exclusion_angle

The minimum angle between the aft projection of the velocity vector and the vector to the target. 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…

track_parent_altitude

Whether or not the SAR sensor tracks the altitude of the sensor’s parent object.

Import detail#

from ansys.stk.core.stkobjects import SensorSARPattern

Property detail#

property SensorSARPattern.parent_altitude: float#

The altitude of the sensor’s parent object (assumed to be constant). Uses Distance Dimension.

property SensorSARPattern.minimum_elevation_angle: Any#

Minimum ground elevation angle to which the SAR sensor can provide coverage. Uses Angle Dimension.

property SensorSARPattern.maximum_elevation_angle: Any#

Maximum ground elevation angle to which the SAR sensor can provide coverage. Uses Angle Dimension.

property SensorSARPattern.fore_exclusion_angle: Any#

The minimum angle between the forward projection of the velocity vector and the vector to the target. Uses Angle Dimension.

property SensorSARPattern.aft_exclusion_angle: Any#

The minimum angle between the aft projection of the velocity vector and the vector to the target. Uses Angle Dimension.

property SensorSARPattern.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 SensorSARPattern.track_parent_altitude: bool#

Whether or not the SAR sensor tracks the altitude of the sensor’s parent object.

Method detail#

SensorSARPattern.set_elevation_angles(self, min: Any, max: Any) None#

Set both the min and max elevation angle. Min/Max use Angle Dimension.

Parameters:

min : Any

max : Any

Returns:

None