GNSSOptions.IonoFreePseudorangeProcessingOption Property

Top 

Description

The options for which IonoFree Pseudorange measurements to process.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond 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