Get/Set/Reset SampClk_Src
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetSampClkSrc(TaskHandle taskHandle, char *data, uInt32 bufferSize);
int32 __CFUNC DAQmxSetSampClkSrc(TaskHandle taskHandle, const char *data);
int32 __CFUNC DAQmxResetSampClkSrc(TaskHandle taskHandle);
Purpose
DAQmxGetSampClkSrc gets the Sample Clock >> Source property.
DAQmxSetSampClkSrc sets the Sample Clock >> Source property.
DAQmxResetSampClkSrc resets the Sample Clock >> Source property.