Get/Set/Reset PhysicalChanName
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetPhysicalChanName(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize);
int32 __CFUNC DAQmxSetPhysicalChanName(TaskHandle taskHandle, const char channel[], const char *data);
Purpose
DAQmxGetPhysicalChanName gets the General Properties >> Physical Channel Name property.
DAQmxSetPhysicalChanName sets the General Properties >> Physical Channel Name property.