GNSSOptions.RemoveIonoFreeMeasurementCode Method

Top 

Description

Removes the input Rinex measurement codes from 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.RemoveIonoFreeMeasurementCode(String rinexCodePair)

Variable

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

GNSSOptions.RemoveIonoFreeMeasurementCode(StringArray rinexCodePairs)

Variable

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

GNSSOptions.RemoveIonoFreeMeasurementCode(StringArray rinexMeasurementCodes1, StringArray rinexMeasurementCodes2)

Variable

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

GNSSOptions.RemoveIonoFreeMeasurementCode(String rinexMeasurementCode1, String rinexMeasurementCode2)

Variable

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

 

 

See also

GNSSOptions Object