Get/Set/Reset Logging_Mode
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetLoggingMode(TaskHandle taskHandle, int32 *data);
int32 __CFUNC DAQmxSetLoggingMode(TaskHandle taskHandle, int32 data);
int32 __CFUNC DAQmxResetLoggingMode(TaskHandle taskHandle);
Purpose
DAQmxGetLoggingMode gets the Logging >> Mode property.
DAQmxSetLoggingMode sets the Logging >> Mode property.
DAQmxResetLoggingMode resets the Logging >> Mode property.