Write-only |
About Math Operations |
Description |
Stores the active measurement data into memory creating a memory trace. The memory can then be displayed or used in calculations with the measurement data. |
VB Syntax |
meas.DataToMemory |
Variable |
(Type) - Description |
meas |
A Measurement (object) |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
meas.DataToMemory |
C++ Syntax |
HRESULT DataToMemory() |
Interface |
IMeasurement |