DigitalSourceDCVoltage.CurrentLimitRange Property
- Updated2023-11-24
- 1 minute(s) read
DigitalSourceDCVoltageCurrentLimitRange Property
Gets or sets the valid range, in amps, to which the current limit can be set 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 CurrentLimitRange { get; set; }
Public Property CurrentLimitRange As Double Get Set
Property Value
Type: DoubleMaximum current in amps that can be set. The default value is 2e-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 CurrentLimitRange 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
DCVoltage.
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.