DigitalLevels.Vol Property
- Updated2023-11-24
- 1 minute(s) read
DigitalLevelsVol Property
Gets or sets the output voltage from the DUT below which the comparator on the test instrument interprets a logic low (L).
Namespace: NationalInstruments.ModularInstruments.NIDigital
Assembly: NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021
Syntax
public double Vol { get; set; }
Public Property Vol As Double Get Set
Property Value
Type: DoubleThe maximum output voltage for a logic low output. The default value is 1.6.
Exceptions
Exception | Condition |
---|---|
SelectorNameException | An instance of DigitalPinSet references a pin or pin group name not loaded in the pin map. |
OutOfRangeException | The value for Vol is invalid. |
Remarks
This property is only applicable if SelectedFunction is set to Digital for the pin set.