AcqData.VehicleIDCode Property

Top 

Description

The Vehicle Identification Code. Should be two numeric characters (01-99). Defines the specific element of the SIC to be referenced. Example: for NASA Terra/AM, NASA Aqua/PM, and NASA Aura/CHEM, this field is filled with 01. This property is used to generate IIRV and EPV.

 

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:

integer

Access:

read/write

Default Value:

1

Valid Range:

1 ≤ AcqData.VehicleIDCode ≤ 99

 

Syntax

myVariable1 = myAcqData1.VehicleIDCode;

 

myAcqData1.VehicleIDCode = myVariable1;

 

See also

AcqData Object