Disable()
- Updated2025-10-06
- 1 minute(s) read
This method performs the same actions as Reset, except that this method also immediately sets the Enabled property to false.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDCPower
public void Disable()
Remarks
This method opens the output relay on instruments that have an output relay.
This method applies to all channels and instruments in the session.
Note
NI-DCPower uses the terms "source" and "output". However, while sinking with electronic loads and SMUs these correspond to "sinking" and "input", respectively.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The Disable method was called after the associated NIDCPower object was disposed. |