DigitalSourceDCVoltage.CurrentLimitBehavior Property
- Updated2023-11-24
- 1 minute(s) read
DigitalSourceDCVoltageCurrentLimitBehavior Property
Gets or sets the current limit behavior, which controls how the output current reacts when the current limit is reached.
Namespace: NationalInstruments.ModularInstruments.NIDigital
Assembly: NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021
Syntax
public PpmuCurrentLimitBehavior CurrentLimitBehavior { get; set; }
Public Property CurrentLimitBehavior As PpmuCurrentLimitBehavior Get Set
Property Value
Type: PpmuCurrentLimitBehaviorThe output current behavior when the current limit is reached.
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 CurrentLimitBehavior is invalid. |