NI-Digital Pattern Driver .NET Class Library

Table of Contents

DigitalSourceDCCurrent.VoltageLimitLow Property

  • Updated2023-11-24
  • 1 minute(s) read
DigitalSourceDCCurrent.VoltageLimitLow Property

DigitalSourceDCCurrentVoltageLimitLow Property

Gets or sets the minimum voltage limit, or low clamp voltage (Vcl), in volts, at the pin when the PPMU forces current to the DUT.

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

Syntax

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

Property Value

Type: Double
The minimum voltage limit, in volts, when PPMU forces current to the DUT. The default value is -2.0.

Exceptions

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

Remarks

This property is only applicable when you set the SelectedFunction of the pin set to Ppmu and set the PPMU OutputFunction to DCCurrent.

Changing this property does not take affect until you call Source. You can call Source to commit your changes even if the PPMU is already sourcing.

See Also

Log in to get a better experience