GNSSOptions.PseudorangeProcessingOption Property

Top 

Description

The options for which Pseudorange measurements to process.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond 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:

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