Get/Set/Reset AO_ReglitchEnable
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetAOReglitchEnable(TaskHandle taskHandle, const char channel[], bool32 *data);
int32 __CFUNC DAQmxSetAOReglitchEnable(TaskHandle taskHandle, const char channel[], bool32 data);
int32 __CFUNC DAQmxResetAOReglitchEnable(TaskHandle taskHandle, const char channel[]);
Purpose
DAQmxGetAOReglitchEnable gets the Analog Output >> General Properties >> DAC >> Reglitching Enable property.
DAQmxSetAOReglitchEnable sets the Analog Output >> General Properties >> DAC >> Reglitching Enable property.
DAQmxResetAOReglitchEnable resets the Analog Output >> General Properties >> DAC >> Reglitching Enable property.