NI-SCOPE .NET Class Library Help

Table of Contents

ScopeWidthTrigger.WidthCondition Property

  • Updated2023-09-06
  • 1 minute(s) read
ScopeWidthTrigger.WidthCondition Property

ScopeWidthTriggerWidthCondition Property

Gets or sets the width condition you want the digitizer to use for width triggering.

Namespace:  NationalInstruments.ModularInstruments.NIScope
Assembly:  NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023

Syntax

public ScopeWidthTriggerCondition WidthCondition { get; set; }
Public Property WidthCondition As ScopeWidthTriggerCondition
	Get
	Set

Property Value

Type: ScopeWidthTriggerCondition
The width condition you want the digitizer to use for width triggering.

Exceptions

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

- or -

The underlying NI-SCOPE driver returned an error.

Remarks

The digitizer triggers when the width is within or outside of the threshold window.

See Also

Log in to get a better experience