NI-Digital Pattern Driver .NET Class Library

Table of Contents

DigitalLevels.Vih Property

  • Updated2023-11-24
  • 1 minute(s) read
DigitalLevels.Vih Property

DigitalLevelsVih Property

Gets or sets the input voltage that the digital pattern instrument applies to the input of the DUT when the test instrument drives a logic high (1).

Namespace:  NationalInstruments.ModularInstruments.NIDigital
Assembly:  NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021

Syntax

public double Vih { get; set; }
Public Property Vih As Double
	Get
	Set

Property Value

Type: Double
The input voltage for a logic high input. The default value is 3.3.

Exceptions

ExceptionCondition
SelectorNameExceptionAn instance of DigitalPinSet references a pin or pin group name not loaded in the pin map.
OutOfRangeExceptionThe value for Vih is invalid.

Remarks

This property is only applicable if SelectedFunction is set to Digital for the pin set.

See Also

Log in to get a better experience