GNSSMeasurementOptions.GetNoise(String) Method

Top 

Description

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

 

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

GNSSMeasurementOptions.GetNoise(

String rinexMeasCode)

 

 

Arguments

rinexMeasCode


Description:

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

 

 

 

Return Value

Type:

number

 

 

Returns the one-sigma expected noise value of GNSS measurement.

 

Syntax

myVariable1 = myGNSSMeasurementOptions1.GetNoise(myString1);

 

 

See also

GNSSMeasurementOptions Object