Get/Set/Reset Logging_Pause
- Updated2023-03-16
- 1 minute(s) read
Get/Set/Reset Logging_Pause
int32 __CFUNC DAQmxGetLoggingPause(TaskHandle taskHandle, bool32 *data);
int32 __CFUNC DAQmxSetLoggingPause(TaskHandle taskHandle, bool32 data);
int32 __CFUNC DAQmxResetLoggingPause(TaskHandle taskHandle);
Purpose
DAQmxGetLoggingPause gets the Logging >> Pause property.
DAQmxSetLoggingPause sets the Logging >> Pause property.
DAQmxResetLoggingPause resets the Logging >> Pause property.