Sensor.BoresightElevation Property

Top 

Description

The boresight elevation value for each of the 'n' points. Elevation in this instance is defined as the angle from the sensor's xy-plane toward the z-axis. The default Sensor boresight orientation is aligned with the parent Vehicle's body z-axis.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

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

 

Attributes

Type:

Array of number

Access:

read/write

Units:

deg

Default Value:

{ 60, 60, 60, 60, 60 }

Valid Range:

-90 ≤ Sensor.BoresightElevation ≤ 90

 

Syntax

myVariable1 = mySensor1.BoresightElevation[0];

 

mySensor1.BoresightElevation[0] = myVariable1;

 

See also

Sensor Object

Coverage and Contact Analysis Guide

Sensors Guide