NI-SCOPE .NET Class Library Help

Table of Contents

ScopeGlitchTrigger.GlitchCondition Property

  • Updated2023-09-06
  • 1 minute(s) read
ScopeGlitchTrigger.GlitchCondition Property

ScopeGlitchTriggerGlitchCondition Property

Gets or sets the glitch condition 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 ScopeGlitchTriggerCondition GlitchCondition { get; set; }
Public Property GlitchCondition As ScopeGlitchTriggerCondition
	Get
	Set

Property Value

Type: ScopeGlitchTriggerCondition
The glitch condition you want the digitizer to use for glitch triggering.

Exceptions

ExceptionCondition
ObjectDisposedExceptionGlitchCondition was accessed after the associated NIScope or ScopeDriverUtility object was disposed.
IviCDriverException The value for glitch condition was invalid.

- or -

The underlying NI-SCOPE driver returned an error.

Remarks

The digitizer triggers either when the glitch width is great than or less than the set width.

See Also

Log in to get a better experience