MeasurementLog

The log of measurements taken.

Methods:

exportMeasurements, deleteMeasurements

Objects:

String

Property Listing

Property

Type

Access

Description

parent

 

readonly

The object's container.

typename

String

readonly

The class name of the object.

Method Listing

undefined deleteMeasurements ([range:MeasurementRange])

Deletes the specified measurements.

Parameter

Type

Description

range

MeasurementRange

MeasurementRange.ALLMEASUREMENTS

MeasurementRange.ACTIVEMEASUREMENTS

The measurements to delete. Default: selected.

undefined exportMeasurements ([file:File], [range:MeasurementRange], [dataPoints:Array of String])

Exports the specified measurements.

Parameter

Type

Description

file

File

The file to export to. If not specified, a 'file save' dialog is displayed.

range

MeasurementRange

MeasurementRange.ALLMEASUREMENTS

MeasurementRange.ACTIVEMEASUREMENTS

The measurements to export. Default: selected.

dataPoints

Array of String

An array of identifiers of data points to export. The order of the data points is respected in the exported file. Defaults to data points visible in Measurement Log palette.

Object of

Application.measurementLog