Get/Set/Reset Logging_TDMS_GroupName
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetLoggingTDMSGroupName(TaskHandle taskHandle, char *data, uInt32 bufferSize);
int32 __CFUNC DAQmxSetLoggingTDMSGroupName(TaskHandle taskHandle, const char *data);
int32 __CFUNC DAQmxResetLoggingTDMSGroupName(TaskHandle taskHandle);
Purpose
DAQmxGetLoggingTDMSGroupName gets the Logging >> TDMS >> Group Name property.
DAQmxSetLoggingTDMSGroupName sets the Logging >> TDMS >> Group Name property.
DAQmxResetLoggingTDMSGroupName resets the Logging >> TDMS >> Group Name property.