Get/Set/Reset SampClk_WriteWfm_UseInitialWfmDT
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetSampClkWriteWfmUseInitialWfmDT(TaskHandle taskHandle, bool32 *data);
int32 __CFUNC DAQmxSetSampClkWriteWfmUseInitialWfmDT(TaskHandle taskHandle, bool32 data);
int32 __CFUNC DAQmxResetSampClkWriteWfmUseInitialWfmDT(TaskHandle taskHandle);
Purpose
DAQmxGetSampClkWriteWfmUseInitialWfmDT gets the Sample Clock >> Write Waveform >> Use Initial Waveform dt property.
DAQmxSetSampClkWriteWfmUseInitialWfmDT sets the Sample Clock >> Write Waveform >> Use Initial Waveform dt property.
DAQmxResetSampClkWriteWfmUseInitialWfmDT resets the Sample Clock >> Write Waveform >> Use Initial Waveform dt property.