SensorSARPattern#
- class ansys.stk.core.stkobjects.SensorSARPattern#
Bases:
ISensorPattern
Class defining the Synthetic Aperture Radar (SAR) pattern for a Sensor.
Overview#
Set both the min and max elevation angle. Min/Max use Angle Dimension. |
The altitude of the sensorβs parent object (assumed to be constant). Uses Distance Dimension. |
|
Minimum ground elevation angle to which the SAR sensor can provide coverage. Uses Angle Dimension. |
|
Maximum ground elevation angle to which the SAR sensor can provide coverage. Uses Angle Dimension. |
|
The minimum angle between the forward projection of the velocity vector and the vector to the target. Uses Angle Dimension. |
|
The minimum angle between the aft projection of the velocity vector and the vector to the target. 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β¦ |
|
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.