CustomObservationMeasurements.GetNoise(String) Method

Top 

Description

Get one-sigma noise value for the specified Custom Measurement.

 

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

String measurementLabel)

 

 

Arguments

measurementLabel


Description:

The name or label for the Custom Measurement.

 

 

 

Return Value

Type:

number

 

 

Returns the one-sigma expected noise value of Custom Measurement.

 

Syntax

myVariable1 = myCustomObservationMeasurements1.GetNoise(myString1);

 

 

See also

CustomObservationMeasurements Object