Enables or disables current overrange functionality for output cutoff. If enabled, the output is disconnected when the measured current saturates the current range.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIDCPower

public bool CurrentOverrangeEnabled { get; set; }

Remarks

To find out whether an output has exceeded this limit, call the QueryLatchedOutputCutoffState method with OutputCutoffReasonCurrentSaturated as the outputCutoffReason.

Note

NI-DCPower uses the terms "source" and "output". However, while sinking with electronic loads and SMUs these correspond to "sinking" and "input", respectively.

Note

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.

The default value is false.