Get/Set/Reset Logging_FilePath
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetLoggingFilePath(TaskHandle taskHandle, char *data, uInt32 bufferSize);
int32 __CFUNC DAQmxSetLoggingFilePath(TaskHandle taskHandle, const char *data);
int32 __CFUNC DAQmxResetLoggingFilePath(TaskHandle taskHandle);
Purpose
DAQmxGetLoggingFilePath gets the Logging >> File Path property.
DAQmxSetLoggingFilePath sets the Logging >> File Path property.
DAQmxResetLoggingFilePath resets the Logging >> File Path property.