Log Multiple Measurements Method
- Updated2022-07-11
- 1 minute(s) read
Log Multiple Measurements Method
LogMultipleMeasurements logs the specified list of measurement details to the file. LogMultipleMeasurements accepts a list of MeasurementDetails objects as an input and logs all of the measurement details to the data log. LogMeasurement does not support attachments. Use AttachXYData, AttachXAnaMultipleYData, AttachSingleWaveform, or AttachMultipleWaveforms to attach files, XY data, or waveforms to a data log.
LogMultipleMeasurements commits measurements immediately. Do not call the WriteMeasurements() function when using LogMultipleMeasurements.
Note Call
LogMultipleMeasurements() at the end of the measurement in
progress after all measurement data has been associated to the
MeasurementDetails objects in the list.
run.LogMultipleMeasurements(details);
| Parameter | Required? | Data Type | Description |
|---|---|---|---|
| measurementDetails | Yes | Custom | Measurement details to include in the instance of the AttachableMeasurements class. (MeasurementDetails) |