GNSSMeasurementOptions.AddMeasurement(String, Variable, Variable, Variable) Method

Top 

Description

Add the specified GNSS measurement code to be included for Orbit Determination processing. Also sets the one-sigma measurement noise, minimum and maximum 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(

String rinexMeasCode,


Variable measurementNoise,


Variable measurementMinimum,


Variable measurementMaximum)

 

 

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

 

 

measurementMinimum


Description:

The minimum value allowed for this measurement in an OD process. This value is only active when the ApplyTrackingDataConstraintChecks property is set to True. Units should correspond to the measurement type, km, cycles, Hz, or dB.

Units:

km

 

 

measurementMaximum


Description:

The maximum value allowed for this measurement in an OD process. This value is only active when the ApplyTrackingDataConstraintChecks property is set to True. Units should correspond to the measurement type, km, cycles, Hz, or dB.

Units:

km

 

 

 

Return Value

Type:

boolean

 

 

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

 

Syntax

myVariable1 = myGNSSMeasurementOptions1.AddMeasurement(myString1, myVariable2, myVariable3, myVariable4);

 

 

See also

GNSSMeasurementOptions Object

GNSSMeasurementOptions.AddMeasurement