Class
The log of measurements taken.
deleteMeasurements, exportMeasurements
MeasurementLog
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
parent | Object | readonly | The object's container. |
typename | string | readonly | The class name of the object. |
Methods
Instances
void deleteMeasurements ([range:
MeasurementRange])
Deletes the specified measurements.
Parameter | Type | Description |
---|---|---|
range | MeasurementRange: MeasurementRange.ALLMEASUREMENTS MeasurementRange.ACTIVEMEASUREMENTS | The measurements to delete. Default: selected. (Optional) |
void 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. (Optional) |
range | MeasurementRange: MeasurementRange.ALLMEASUREMENTS MeasurementRange.ACTIVEMEASUREMENTS | The measurements to export. Default: selected. (Optional) |
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. (Optional) |
Element of
Application.measurementLog
Jongware, 28-Aug-2012 v3.0.3i | Contents :: Index |