CustomObservation.AddMeasurement(String) Method

Top 

Description

Adds a Custom Measurement to the Measurements array. Returns the index of the new 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

CustomObservation.AddMeasurement(

String meausrementLabel)

 

 

Arguments

meausrementLabel


Description:

The name or label of the new Custom Measurement.

 

 

 

Return Value

Type:

number

 

 

Returns the index of the new Custom Measurement.

 

Syntax

myVariable1 = myCustomObservation1.AddMeasurement(myString1);

 

 

See also

CustomObservation Object