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

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: BooleanThe default value is .
Exceptions
Exception | Condition |
---|---|
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.