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