Description
Add the specified Custom Measurements 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 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
CustomObservationMeasurements.AddMeasurement(
|
StringArray measurementLabels,
|
|
Array measurementNoiseValues,
|
|
Array measurementMinimumValues,
|
|
Array measurementMaximumValues)
|
Arguments
measurementLabels
|
|
Description:
|
StringArray of Custom Measurement names or labels.
|
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.
|
measurementMinimumValues
|
|
Description:
|
Array of the minimum values allowed for these measurements 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.
|
measurementMaximumValues
|
|
Description:
|
Array of the maximum values allowed for these measurements 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.
|
Return Value
Returns 1 if the Custom Measurement was successfully added, 0 otherwise.
Syntax
myVariable1 = myCustomObservationMeasurements1.AddMeasurement(myStringArray1, myArray1, myArray2, myArray3);
|
See also
CustomObservationMeasurements Object
CustomObservationMeasurements.AddMeasurement
|