Get/Set/Reset DO_Tristate
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetDOTristate(TaskHandle taskHandle, const char channel[], bool32 *data);
int32 __CFUNC DAQmxSetDOTristate(TaskHandle taskHandle, const char channel[], bool32 data);
int32 __CFUNC DAQmxResetDOTristate(TaskHandle taskHandle, const char channel[]);
Purpose
DAQmxGetDOTristate gets the Digital Output >> Tristate property.
DAQmxSetDOTristate sets the Digital Output >> Tristate property.
DAQmxResetDOTristate resets the Digital Output >> Tristate property.