DaqStream.LoggingMode Property
- Updated2023-02-21
- 1 minute(s) read
DaqStreamLoggingMode Property
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: 20.7.40.49302
Syntax
public LoggingMode LoggingMode { get; set; }
Public Property LoggingMode As LoggingMode Get Set
Property Value
Type: LoggingModeSpecifies 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.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |