GNSSOptions.AddMeasurementCode(String) Method

Top 

Description

Add the input Rinex3 measurement code for the specified Navigation Constellation (e.g. GPS or Galileo) to the MeasurementCodesToUse array.

 

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.

 

Method Signature

GNSSOptions.AddMeasurementCode(

String rinexMeasurementCode)

 

 

Arguments

rinexMeasurementCode


Description:

The 3-character Rinex3 Measurement code (e.g. 'C1C', 'C2C') to add.

 

 

 

Return Value

Type:

boolean

 

 

Returns 1 if the method executed successfully, 0 if it did not.

 

Syntax

myVariable1 = myGNSSOptions1.AddMeasurementCode(myString1);

 

 

See also

GNSSOptions Object

GNSSOptions.AddMeasurementCode