Get/Set/Reset RefTrig_Retriggerable
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetRefTrigRetriggerable(TaskHandle taskHandle, bool32 *data);
int32 __CFUNC DAQmxSetRefTrigRetriggerable(TaskHandle taskHandle, bool32 data);
int32 __CFUNC DAQmxResetRefTrigRetriggerable(TaskHandle taskHandle);
Purpose
DAQmxGetRefTrigRetriggerable gets the Reference >> More >> Retriggerable property.
DAQmxSetRefTrigRetriggerable sets the Reference >> More >> Retriggerable property.
DAQmxResetRefTrigRetriggerable resets the Reference >> More >> Retriggerable property.