DaqStream.LoggingPause Property
- Updated2023-02-21
- 1 minute(s) read
DaqStreamLoggingPause Property
Specifies whether logging is paused while a task is executing. If LoggingMode is set to Log and Read mode, this value is taken into consideration on the next call to DAQmx Read, where data is written to disk. If LoggingMode is set to Log Only mode, this value is taken into consideration the next time that data is written to disk. A new TDMS group is written when logging is resumed from a paused state.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public bool LoggingPause { get; set; }
Public Property LoggingPause As Boolean Get Set
Property Value
Type: BooleanSpecifies whether logging is paused while a task is executing. If LoggingMode is set to Log and Read mode, this value is taken into consideration on the next call to DAQmx Read, where data is written to disk. If LoggingMode is set to Log Only mode, this value is taken into consideration the next time that data is written to disk. A new TDMS group is written when logging is resumed from a paused state.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |