DCPowerDriverUtility.ResetWithDefaults Method
- Updated2024-01-04
- 1 minute(s) read

DCPowerDriverUtilityResetWithDefaults Method
Resets all channels in the session to a known state. This method disables power generation, resets session properties to their default values, clears errors such as overtemperature and unexpected loss of auxiliary power, commits the session properties, and leaves the session in the Running state. In addition to exhibiting the behavior of the Reset
method, this method can assign user-defined default values for configurable properties from the IVI configuration.
Namespace: NationalInstruments.ModularInstruments.NIDCPower
Assembly: NationalInstruments.ModularInstruments.NIDCPower.Fx40 (in NationalInstruments.ModularInstruments.NIDCPower.Fx40.dll) Version: 2023
Syntax
public void ResetWithDefaults()
Public Sub ResetWithDefaults
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The ResetWithDefaults method was called after the associated NIDCPower object was disposed. |