NI-SCOPE .NET Class Library Help

Table of Contents

ScopeWidthTrigger.ThresholdHigh Property

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

ScopeWidthTriggerThresholdHigh Property

Gets or sets the upper time threshold 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 PrecisionTimeSpan ThresholdHigh { get; set; }
Public Property ThresholdHigh As PrecisionTimeSpan
	Get
	Set

Property Value

Type: PrecisionTimeSpan
The upper voltage threshold you want the digitizer to use for width triggering.

Exceptions

ExceptionCondition
ObjectDisposedExceptionThresholdHigh was accessed after the associated NIScope or ScopeDriverUtility object was disposed.
IviCDriverException The value for upper threshold was invalid.

- or -

The underlying NI-SCOPE driver returned an error.

Remarks

The digitizer triggers when the trigger signal enters or leaves the threshold window specified with this property and ThresholdLow.

See Also

Log in to get a better experience