NI-SCOPE .NET Class Library Help

ScopeGlitchTrigger.GlitchPolarity Property

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

ScopeGlitchTriggerGlitchPolarity Property

Gets or sets the glitch polarity 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 ScopeTriggerPolarity GlitchPolarity { get; set; }
Public Property GlitchPolarity As ScopeTriggerPolarity
	Get
	Set

Property Value

Type: ScopeTriggerPolarity
The glitch polarity you want the digitizer to use for glitch triggering.

Exceptions

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

- or -

The underlying NI-SCOPE driver returned an error.

Remarks

The digitizer triggers when glitch is positive, negative or either.

See Also