ScopeRuntTrigger.ThresholdLow Property
- Updated2023-09-06
- 1 minute(s) read
ScopeRuntTriggerThresholdLow Property
Gets or sets the lower voltage threshold you want the digitizer to use for runt triggering.
Namespace: NationalInstruments.ModularInstruments.NIScope
Assembly: NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023
Syntax
public double ThresholdLow { get; set; }
Public Property ThresholdLow As Double Get Set
Property Value
Type: DoubleThe lower voltage threshold you want the digitizer to use for runt 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 will trigger when it is within the lower and upper threshold range, ThresholdHigh.