![]() | Download Help (Windows Only) |
Specifies whether to enable logging and whether to allow reading data while logging. Log mode allows for the best performance. However, you cannot read data while logging if you specify this mode. If you want to read data while logging, specify Log and Read mode.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 17.1.40.99
Visual Basic (Declaration) |
---|
Public Enumeration LoggingMode |
C# |
---|
public enum LoggingMode |
Member name | Description |
---|---|
Log | Enable logging for the task. You cannot read data using reading from the task when using this mode. If you require access to the data, read from the TDMS file. |
LogAndRead | Enable both logging and reading data for the task. You must use reading from the task to read samples for NI-DAQmx to stream them to disk. |
Off | Disable logging for the task. |
Helpful
Not Helpful