NI-DAQ™mx C Reference

Content Type
Programming Language
Current manual
Table of Contents

Get/Set/Reset DI_InvertLines

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.

In This Section
Was this information helpful?