GNSSOptions.AddIonoFreeMeasurementCode(String) Method

Top 

Description

Add the input Rinex3 measurement code pair for the specified Navigation Constellation (e.g. GPS or Galileo) to the IonoFreeMeasurementCodesToUse array. Each string must have two Rinex codes separated by a hyphen (eg. C1C-C2C).

 

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.AddIonoFreeMeasurementCode(

String rinexCodePair)

 

 

Arguments

rinexCodePair


Description:

A pair of 3-character Rinex3 Measurement codes separated by a hyphen (eg. C1C-C2C).

 

 

 

Return Value

Type:

boolean

 

 

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

 

Syntax

myVariable1 = myGNSSOptions1.AddIonoFreeMeasurementCode(myString1);

 

 

See also

GNSSOptions Object

GNSSOptions.AddIonoFreeMeasurementCode