NI-DCPower .NET fx40 API Reference

Table of Contents

DCPowerOutputSourceOutputCutoff.VoltageOutputLimitLow Property

  • Updated2024-01-04
  • 2 minute(s) read
DCPowerOutputSourceOutputCutoff.VoltageOutputLimitLow Property

DCPowerOutputSourceOutputCutoffVoltageOutputLimitLow Property

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

Namespace:  NationalInstruments.ModularInstruments.NIDCPower
Assembly:  NationalInstruments.ModularInstruments.NIDCPower.Fx40 (in NationalInstruments.ModularInstruments.NIDCPower.Fx40.dll) Version: 2023

Syntax

public double VoltageOutputLimitLow { get; set; }
Public Property VoltageOutputLimitLow As Double
	Get
	Set

Property Value

Type: Double
Represents a low voltage threshold for output cutoff.

Remarks

To find out whether an output has fallen below this limit, call the QueryLatchedOutputCutoffState(String, DCPowerOutputCutoffReason) method with OutputCutoffReasonVoltageOutputLow as the outputCutoffReason.

Note 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 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.

See Also

Log in to get a better experience