CustomObservationMeasurements.AddMeasurement(String, Variable) Method

Top 

Description

Add the specified Custom Measurement to be included for Orbit Determination processing. Also sets the one-sigma measurement noise value 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

CustomObservationMeasurements.AddMeasurement(

String measurementLabel,


Variable measurementNoise)

 

 

Arguments

measurementLabel


Description:

The name or label for the Custom Measurement to be added.

 

 

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 Custom Measurement was successfully added, 0 otherwise.

 

Syntax

myVariable1 = myCustomObservationMeasurements1.AddMeasurement(myString1, myVariable2);

 

 

See also

CustomObservationMeasurements Object

CustomObservationMeasurements.AddMeasurement