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 nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond 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