AOChannel.ReglitchEnable Property
- Updated2023-02-21
- 1 minute(s) read
AOChannelReglitchEnable Property
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.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public bool ReglitchEnable { get; set; }
Public Property ReglitchEnable As Boolean Get Set
Property Value
Type: BooleanSpecifies 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.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |