Get/Set/Reset AO_ReglitchEnable

NI-DAQmx C Properties

Get/Set/Reset AO_ReglitchEnable

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.