Get/Set/Reset CO_Pulse_Term
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetCOPulseTerm(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize);
int32 __CFUNC DAQmxSetCOPulseTerm(TaskHandle taskHandle, const char channel[], const char *data);
int32 __CFUNC DAQmxResetCOPulseTerm(TaskHandle taskHandle, const char channel[]);
Purpose
DAQmxGetCOPulseTerm gets the Counter Output >> Pulse >> Output Terminal property.
DAQmxSetCOPulseTerm sets the Counter Output >> Pulse >> Output Terminal property.
DAQmxResetCOPulseTerm resets the Counter Output >> Pulse >> Output Terminal property.