Get/Set/Reset CO_Pulse_Freq_InitialDelay
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetCOPulseFreqInitialDelay(TaskHandle taskHandle, const char channel[], float64 *data);
int32 __CFUNC DAQmxSetCOPulseFreqInitialDelay(TaskHandle taskHandle, const char channel[], float64 data);
int32 __CFUNC DAQmxResetCOPulseFreqInitialDelay(TaskHandle taskHandle, const char channel[]);
Purpose
DAQmxGetCOPulseFreqInitialDelay gets the Counter Output >> Pulse >> Frequency >> Initial Delay property.
DAQmxSetCOPulseFreqInitialDelay sets the Counter Output >> Pulse >> Frequency >> Initial Delay property.
DAQmxResetCOPulseFreqInitialDelay resets the Counter Output >> Pulse >> Frequency >> Initial Delay property.