ScopeReferenceLevel.High Property
- Updated2023-09-06
- 1 minute(s) read
ScopeReferenceLevelHigh Property
Gets or sets the high 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 High { get; set; }
Public Property High As Double Get Set
Property Value
Type: DoubleThe high reference level used in scalar measurements.
Implements
IIviScopeReferenceLevelHighExceptions
Exception | Condition |
---|---|
ObjectDisposedException | High was accessed after the associated NIScope or ScopeDriverUtility object was disposed. |
IviCDriverException | The underlying NI-SCOPE driver returned error. |