Sensor.Position Property

Top 

Description

The position offset of the sensor in the body coordinate system of the parent Vehicle. This offset is applied for visualization purposes, antenna modeling purposes for orbit determination and RFLink analyses, and when calculating vectors using methods such as Vector.BuildVector, Sensor.FixedVectorToObject, and Sensor.VectorToObject. For other applications, this does not change the actual position of the sensor.

 

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 (size = 3)

Access:

read/write

Units:

km

Default Value:

{ 0, 0, 0 }

 

Syntax

myVariable1 = mySensor1.Position[0];

 

mySensor1.Position[0] = myVariable1;

 

See also

Sensor Object

Coverage and Contact Analysis Guide

Sensors Guide