NI-DCPower .NET fx45 API Reference

Table of Contents

DCPowerOutputSource.OvpEnabled Property

  • Updated2024-01-04
  • 1 minute(s) read
DCPowerOutputSource.OvpEnabled Property

DCPowerOutputSourceOvpEnabled Property

Gets or sets whether to enable or disable overvoltage protection (OVP).

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

Syntax

public bool OvpEnabled { get; set; }
Public Property OvpEnabled As Boolean
	Get
	Set

Property Value

Type: Boolean
The default value is .

Exceptions

ExceptionCondition
ObjectDisposedException The property was accessed after the associated NIDCPower object was disposed.
OperationNotSupportedException The property was set to true in a session to unsupported hardware.
SelectorNameRequiredException The property was accessed in a multi-channel session without specifying a channel.
SelectorNameException The property was accessed with an unknown channel or a badly-formed channel string.

Remarks

Refer to the Output Overvoltage Protection topic in the NI DC Power Supplies and SMUs Help for more information about overvoltage protection. 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