Get/Set/Reset DI_InvertLines

NI-DAQmx C Properties

Get/Set/Reset DI_InvertLines

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

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

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

Purpose

DAQmxGetDIInvertLines gets the Digital Input >> Invert Lines property.

DAQmxSetDIInvertLines sets the Digital Input >> Invert Lines property.

DAQmxResetDIInvertLines resets the Digital Input >> Invert Lines property.