Get/Set/Reset CI_Period_Units
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetCIPeriodUnits(TaskHandle taskHandle, const char channel[], int32 *data);
int32 __CFUNC DAQmxSetCIPeriodUnits(TaskHandle taskHandle, const char channel[], int32 data);
int32 __CFUNC DAQmxResetCIPeriodUnits(TaskHandle taskHandle, const char channel[]);
Purpose
DAQmxGetCIPeriodUnits gets the Counter Input >> Period >> Units property.
DAQmxSetCIPeriodUnits sets the Counter Input >> Period >> Units property.
DAQmxResetCIPeriodUnits resets the Counter Input >> Period >> Units property.