AcqData.MessageID Property

Top 

Description

A unique 7-character number (0000001 to 9999999) used to reference this message. This property is used to generate IIRV and EPV. For IIRV, this information is written into Line 1.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond 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:

0 ≤ AcqData.MessageID ≤ 9999999

 

Syntax

myVariable1 = myAcqData1.MessageID;

 

myAcqData1.MessageID = myVariable1;

 

See also

AcqData Object