AcqData.OriginatorCode Property

Top 

Description

The originator identification. Alphabetic character that identifies the originator of message. This property is used to generate IIRV and EPV.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

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

 

Attributes

Type:

string

Access:

read/write

Default Value:

"E" ( ETR )

Valid Values:

Value

Label

" "

GSFC (for IIRV)

"G"

GSFC (for EPV)

"E"

ETR

"W"

WTR

"P"

PMR

"K"

KMR

"Z"

WLP

"L"

JPL

"J"

JSC

"A"

CSTC (for IIRV) or AFSTC (for EPV)

"C"

CNES

 

Syntax

myString1 = myAcqData1.OriginatorCode;

 

myAcqData1.OriginatorCode = myString1;

 

See also

AcqData Object