Sensor.BoresightAzimuth Property

Top 

Description

The boresight azimuth value for each of the 'n' points. Azimuth is defined as the angle from the sensors coordinate frame x-axis measured clockwise toward the y-axis. The default Sensor boresight orientation is aligned with the parent Vehicle's body z-axis.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Attributes

Type:

Array of number

Access:

read/write

Units:

deg

Default Value:

{ 0, 90, 180, 270, 360 }

Valid Range:

-360 ≤ Sensor.BoresightAzimuth ≤ 360

 

Syntax

myVariable1 = mySensor1.BoresightAzimuth[0];

 

mySensor1.BoresightAzimuth[0] = myVariable1;

 

See also

Sensor Object

Coverage and Contact Analysis Guide

Sensors Guide