Get/Set/Reset DI_InvertLines
- Updated2023-03-16
- 1 minute(s) read
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.