Description
The options for which IonoFree Pseudorange measurements to process.
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:
|
0 ( Do not process. )
|
Valid Values:
|
Value
|
Label
|
0
|
Do not process.
|
1
|
Process All available IonoFree Pseudorange Combinations
|
2
|
Process only the IonoFree Pseudorange combinations specified in the IonoFreeMeasurementCodesToUse Array. Measurements can be added using the AddIonoFreeMeasurmentCode() method.
|
|
Syntax
myVariable1 = myGNSSOptions1.IonoFreePseudorangeProcessingOption;
myGNSSOptions1.IonoFreePseudorangeProcessingOption = myVariable1;
|
See also
GNSSOptions Object
|