CustomObservation.UseMeasurement Property

Top 

Description

An array of flags indicating whether or not each measurement will be used.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

Array of boolean

Access:

read/write

 

Syntax

myVariable1 = myCustomObservation1.UseMeasurement[0];

 

myCustomObservation1.UseMeasurement[0] = myVariable1;

 

See also

CustomObservation Object