Analog Output >> General Properties >> DAC >> Reglitching Enable

NI-DAQmx C Properties

Analog Output >> General Properties >> DAC >> Reglitching Enable

Data Type: bool32
Description: Specifies whether to enable reglitching. The output of a DAC normally glitches whenever the DAC is updated with a new value. The amount of glitching differs from code to code and is generally largest at major code transitions. Reglitching generates uniform glitch energy at each code transition and provides for more uniform glitches. Uniform glitch energy makes it easier to filter out the noise introduced from glitching during spectrum analysis.

You can get/set/reset this property using:
  DAQmxGetAOReglitchEnable
  DAQmxSetAOReglitchEnable
  DAQmxResetAOReglitchEnable