ScopeWidthTrigger.ThresholdLow Property
- Updated2023-09-06
- 1 minute(s) read
ScopeWidthTriggerThresholdLow Property
Gets or sets the lower 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 ThresholdLow { get; set; }
Public Property ThresholdLow As PrecisionTimeSpan Get Set
Property Value
Type: PrecisionTimeSpanThe lower voltage threshold you want the digitizer to use for width triggering.
Exceptions
| Exception | Condition |
|---|---|
| ObjectDisposedException | ThresholdLow was accessed after the associated NIScope or ScopeDriverUtility object was disposed. |
| IviCDriverException |
The value for lower 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 ThresholdHigh.