GNSSOptions.AddIonoFreeMeasurementCode Method

Top 

Description

Adds the input Rinex measurement codes for the specfied Navigation Constellation (e.g. GPS or Galileo) to the 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.

 

Overload List

Signatures

Return Value

Description

GNSSOptions.AddIonoFreeMeasurementCode(String rinexCodePair)

Variable

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).

GNSSOptions.AddIonoFreeMeasurementCode(StringArray rinexCodePairs)

Variable

Add the input array of Rinex3 measurement code pairs 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).

GNSSOptions.AddIonoFreeMeasurementCode(StringArray rinexMeasurementCodes1, StringArray rinexMeasurementCodes2)

Variable

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

GNSSOptions.AddIonoFreeMeasurementCode(String rinexMeasurementCode1, String rinexMeasurementCode2)

Variable

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

 

 

See also

GNSSOptions Object