Description
A string set indicating which GNSS Constellation (if any) the Formation object represents. This property is used in conjunction with Orbit Determination processes using GNSSObservations.
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:
|
"None" ( The Formation does not represent any Navigation Constellation. )
|
Valid Values:
|
Value
|
Label
|
"None"
|
The Formation does not represent any Navigation Constellation.
|
"GPS"
|
The Formation represents the GPS Constellation.
|
"Galileo"
|
The Formation represents the Galileo Constellation.
|
"Mixed"
|
The Formation represents a combination of multiple GNSS Constellations.
|
|
Syntax
myString1 = myFormation1.NavigationConstellationType;
myFormation1.NavigationConstellationType = myString1;
|
See also
Formation Object
Formations Guide
|