CurrentChangeLimitHigh
- Updated2025-10-06
- 1 minute(s) read
Specifies a limit for positive current slew rate, in amps per microsecond, for output cutoff. If the current increases at a rate that exceeds this limit, the output is disconnected.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDCPower
public double CurrentChangeLimitHigh { get; set; }
Remarks
To find out whether an output has exceeded this limit, call the QueryLatchedOutputCutoffState method with OutputCutoffReasonCurrentChangeHigh as the outputCutoffReason.
NI-DCPower uses the terms "source" and "output". However, while sinking with electronic loads and SMUs these correspond to "sinking" and "input", respectively.
This property is not supported by all instruments. Refer to the Supported Properties by Device topic in the NI DC Power Supplies and SMUs Help for information about supported instruments.
Represents a threshold on positive current slew rate for output cutoff.