GNSSOptions.PseudorangeProcessingOption Property

Top 

Description

The options for which 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:

1 ( Process All )

Valid Values:

Value

Label

0

Do not process.

1

Process All

2

Process only the Pseudorange measurements specified in the MeasurementCodesToUse Array. Measurements can be added using the AddMeasurmentCode() method.

 

Syntax

myVariable1 = myGNSSOptions1.PseudorangeProcessingOption;

 

myGNSSOptions1.PseudorangeProcessingOption = myVariable1;

 

See also

GNSSOptions Object