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 millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond 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