NI-DAQ™mx C Reference

Content Type
Programming Language
Current manual
Table of Contents

Logging >> Pause

Logging >> Pause

Data Type: bool32
Description: Specifies whether logging is paused while a task is executing. If Mode 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 Mode 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.

You can get/set/reset this property using:
  DAQmxGetLoggingPause
  DAQmxSetLoggingPause
  DAQmxResetLoggingPause

Was this information helpful?