Get/Set/Reset ChanDescr

NI-DAQmx C Properties

Get/Set/Reset ChanDescr

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

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

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

Purpose

DAQmxGetChanDescr gets the General Properties >> Description property.

DAQmxSetChanDescr sets the General Properties >> Description property.

DAQmxResetChanDescr resets the General Properties >> Description property.