Get/Set/Reset AI_InputSrc

NI-DAQmx C Properties

Get/Set/Reset AI_InputSrc

int32 __CFUNC DAQmxGetAIInputSrc(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize);

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

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

Purpose

DAQmxGetAIInputSrc gets the Analog Input >> General Properties >> Input Configuration >> Input Source property.

DAQmxSetAIInputSrc sets the Analog Input >> General Properties >> Input Configuration >> Input Source property.

DAQmxResetAIInputSrc resets the Analog Input >> General Properties >> Input Configuration >> Input Source property.