AcqData.DestinationRouter Property

Top 

Description

The destination routing indicator. Specifies the site from which the message was generated. If the message is for more than one station, this field should contain the word "MANY". This property is used to generate IIRV and EPV.

 

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:

string

Access:

read/write

Default Value:

"MANY"

 

Syntax

myString1 = myAcqData1.DestinationRouter;

 

myAcqData1.DestinationRouter = myString1;

 

See also

AcqData Object