GNSSMeasurementOptions.SetNoise(String, Variable) Method

Top 

Description

Set one-sigma noise value for the specified GNSS measurement code.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

GNSSMeasurementOptions.SetNoise(

String rinexMeasCode,


Variable measurementNoise)

 

 

Arguments

rinexMeasCode


Description:

Rinex 3-character measurement code. Examples are 'C1C' or 'L1C'.

 

 

measurementNoise


Description:

The one-sigma value of the expected level of noise in this measurement. Units should correspond to the measurement type, km, cycles, Hz, or dB.

Units:

km

Valid Range:

measurementNoise ≥ 0

 

 

 

Return Value

Type:

boolean

 

 

Returns 1 if the GNSS measurement noise was successfully set, 0 otherwise.

 

Syntax

myVariable1 = myGNSSMeasurementOptions1.SetNoise(myString1, myVariable2);

 

 

See also

GNSSMeasurementOptions Object