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