DigitalLevels.Vterm Property
- Updated2023-11-24
- 1 minute(s) read
DigitalLevelsVterm Property
Gets or sets the termination voltage the instrument applies during non-drive cycles when the TerminationMode is set to
Vterm. The instrument applies the termination voltage through a 50 Ω parallel termination resistance.
Namespace: NationalInstruments.ModularInstruments.NIDigital
Assembly: NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021
Syntax
public double Vterm { get; set; }
Public Property Vterm As Double Get Set
Property Value
Type: DoubleThe input voltage in Vterm termination mode. The default value is 2.0.
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 Vterm is invalid. |
Remarks
This property is only applicable if SelectedFunction is set to Digital and TerminationMode is set to Vterm for the pin set.