NI-Digital Pattern Driver .NET Class Library

Table of Contents

DigitalSourceDCVoltage.CurrentLimit Property

  • Updated2023-11-24
  • 1 minute(s) read
DigitalSourceDCVoltage.CurrentLimit Property

DigitalSourceDCVoltageCurrentLimit Property

Gets or sets the current limit, in amps, that the output cannot exceed while the PPMU forces voltage to the DUT.

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

Syntax

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

Property Value

Type: Double
The current limit in amps.

Exceptions

ExceptionCondition
SelectorNameExceptionAn instance of DigitalPinSet references a pin or pin group name not loaded in the pin map.

Remarks

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

The PXIe-6570 and the PXIe-6571 do not support CurrentLimit, and only allow the configuration of the CurrentLimitRange.

See Also

Log in to get a better experience