Get/Set/Reset Logging_SampsPerFile
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetLoggingSampsPerFile(TaskHandle taskHandle, uInt64 *data);
int32 __CFUNC DAQmxSetLoggingSampsPerFile(TaskHandle taskHandle, uInt64 data);
int32 __CFUNC DAQmxResetLoggingSampsPerFile(TaskHandle taskHandle);
Purpose
DAQmxGetLoggingSampsPerFile gets the Logging >> Samples Per File property.
DAQmxSetLoggingSampsPerFile sets the Logging >> Samples Per File property.
DAQmxResetLoggingSampsPerFile resets the Logging >> Samples Per File property.