AcqData.SatelliteIDCode Property

Top 

Description

The Support Identification Code or Satellite ID Code. Also known as the SIC. Should be four numeric characters. 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:

integer

Access:

read/write

Default Value:

1

Valid Range:

1 ≤ AcqData.SatelliteIDCode ≤ 9999

 

Syntax

myVariable1 = myAcqData1.SatelliteIDCode;

 

myAcqData1.SatelliteIDCode = myVariable1;

 

See also

AcqData Object