GNSSOptions.RemoveMeasurementCode(StringArray) Method

Top 

Description

Remove the input Rinex3 measurement codes for the specified Navigation Constellation (e.g. GPS or Galileo) from the MeasurementCodesToUse array.

 

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.

 

Method Signature

GNSSOptions.RemoveMeasurementCode(

StringArray rinexMeasurementCodes)

 

 

Arguments

rinexMeasurementCodes


Description:

An array of the 3-character Rinex3 Measurement codes (e.g. 'C1C', 'C2C') to remove.

 

 

 

Return Value

Type:

boolean

 

 

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

 

Syntax

myVariable1 = myGNSSOptions1.RemoveMeasurementCode(myStringArray1);

 

 

See also

GNSSOptions Object

GNSSOptions.RemoveMeasurementCode