LoggingMode
- Updated2026-02-05
- 1 minute(s) read
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.
Syntax
Namespace: NationalInstruments.DAQmx
public LoggingMode LoggingMode { get; set; }
Exceptions
| Type | Description |
|---|---|
| NationalInstruments.DAQmx.DaqException | The NI-DAQmx driver returned an error. |