Specifies a low limit voltage value, in volts, for output cutoff. If the voltage output falls below this limit, the output is disconnected.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIDCPower

public double VoltageOutputLimitLow { get; set; }

Remarks

To find out whether an output has fallen below this limit, call the QueryLatchedOutputCutoffState method with OutputCutoffReasonVoltageOutputLow 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.

Represents a low voltage threshold for output cutoff.