ScopeGlitchTrigger.GlitchWidth Property
- Updated2023-09-06
- 1 minute(s) read
ScopeGlitchTriggerGlitchWidth Property
Gets or sets the glitch width you want the digitizer to use for glitch triggering.
Namespace: NationalInstruments.ModularInstruments.NIScope
Assembly: NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023
Syntax
public PrecisionTimeSpan GlitchWidth { get; set; }
Public Property GlitchWidth As PrecisionTimeSpan Get Set
Property Value
Type: PrecisionTimeSpanThe glitch width you want the digitizer to use for glitch triggering.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | GlitchWidth was accessed after the associated NIScope or ScopeDriverUtility object was disposed. |
IviCDriverException |
The value for glitch width was invalid.
- or - The underlying NI-SCOPE driver returned an error. |
Remarks
The digitizer triggers when the width of the glitch is greater than or less than this set width.