GNSSOptions.RemoveIonoFreeMeasurementCode(String, String) Method

Top 

Description

Remove the input Rinex3 measurement code pair for the specified Navigation Constellation (e.g. GPS or Galileo) to from IonoFreeMeasurementCodesToUse 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.RemoveIonoFreeMeasurementCode(

String rinexMeasurementCode1,


String rinexMeasurementCode2)

 

 

Arguments

rinexMeasurementCode1


Description:

The 3-character Rinex3 Measurement code (e.g. 'C1C', 'C2C') of the first measurement of the IonoFree measurement that is to be removed.

 

 

rinexMeasurementCode2


Description:

The 3-character Rinex3 Measurement code (e.g. 'C1C', 'C2C') of the second measurement of the IonoFree measurement that is to be removed.

 

 

 

Return Value

Type:

boolean

 

 

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

 

Syntax

myVariable1 = myGNSSOptions1.RemoveIonoFreeMeasurementCode(myString1, myString2);

 

 

See also

GNSSOptions Object

GNSSOptions.RemoveIonoFreeMeasurementCode