ScopeReferenceLevel.Low Property
- Updated2023-09-06
- 1 minute(s) read
ScopeReferenceLevelLow Property
Gets or sets the low reference level used in scalar measurements.
Namespace: NationalInstruments.ModularInstruments.NIScope
Assembly: NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023
Syntax
public double Low { get; set; }
Public Property Low As Double Get Set
Property Value
Type: DoubleThe low reference level used in scalar measurements.
Implements
IIviScopeReferenceLevelLowExceptions
| Exception | Condition |
|---|---|
| ObjectDisposedException | Low was accessed after the associated NIScope or ScopeDriverUtility object was disposed. |
| IviCDriverException | The underlying NI-SCOPE driver returned error. |