GNSSMeasurementOptions.AddMeasurement(StringArray, Array) Method

Top 

Description

Add the specified GNSS measurement codes to be included for Orbit Determination processing. Also sets the one-sigma measurement noise values to be used in processing.

 

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

StringArray rinexMeasCodes,


Array measurementNoiseValues)

 

 

Arguments

rinexMeasCodes


Description:

StringArray of Rinex 3-character measurement codes. Examples are 'C1C' or 'L1C'.

 

 

measurementNoiseValues


Description:

Array of one-sigma values of the expected level of noise in the measurements. Units should correspond to the measurement type, km, cycles, Hz, or dB.

 

 

 

Return Value

Type:

boolean

 

 

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

 

Syntax

myVariable1 = myGNSSMeasurementOptions1.AddMeasurement(myStringArray1, myArray1);

 

 

See also

GNSSMeasurementOptions Object

GNSSMeasurementOptions.AddMeasurement