Get/Set/Reset DO_InvertLines

NI-DAQmx C Properties

Get/Set/Reset DO_InvertLines

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

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

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

Purpose

DAQmxGetDOInvertLines gets the Digital Output >> Invert Lines property.

DAQmxSetDOInvertLines sets the Digital Output >> Invert Lines property.

DAQmxResetDOInvertLines resets the Digital Output >> Invert Lines property.