| Data Acquisition Toolbox | Search  Help Desk |
| LoggingMode | See Also |
LoggingMode specifies where data is logged. Data can be logged to memory LogFileName must be specified, and acquired data and events are streamed to the specified log file.
Data stored in memory can be returned to the MATLAB workspace with the getdata function. Data stored to a disk file can be returned to the MATLAB workspace with the daqread function.
Characteristics
| Device Objects | AI |
| Class | Common |
| Access | Read/write |
| Data Type | Enumerated list |
| Modify while Running | No |
Values
Disk |
Acquired data is logged to disk. |
{Memory} |
Acquired data is logged to memory. |
Disk&Memory |
Acquired data is logged to disk and memory. |
See Also
Properties
LogFileName, Logging, LogToDiskMode
Functions
daqread, getdata