Get/Set/Reset DO_Tristate

NI-DAQmx C Properties

Get/Set/Reset DO_Tristate

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.