Get/Set/Reset DI_Tristate

NI-DAQmx C Properties

Get/Set/Reset DI_Tristate

int32 __CFUNC DAQmxGetDITristate(TaskHandle taskHandle, const char channel[], bool32 *data);

int32 __CFUNC DAQmxSetDITristate(TaskHandle taskHandle, const char channel[], bool32 data);

int32 __CFUNC DAQmxResetDITristate(TaskHandle taskHandle, const char channel[]);

Purpose

DAQmxGetDITristate gets the Digital Input >> Tristate property.

DAQmxSetDITristate sets the Digital Input >> Tristate property.

DAQmxResetDITristate resets the Digital Input >> Tristate property.