Disable()
- Updated2025-10-06
- 1 minute(s) read
Disables the ShutdownTrigger.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDCPower
public void Disable()
Remarks
This method is necessary only if you configured a ShutdownTrigger in the past and now want to disable it.
Note
This method is not supported by all instruments. Refer to the Supported Functions by Device topic in the NI DC Power Supplies and SMUs Help for information about supported instruments.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The method was called after the associated NIDCPower object was disposed. |
| Ivi.Driver.OperationNotSupportedException | The method was called to unsupported hardware. |
| Ivi.Driver.SelectorNameException | The method was called with an unknown channel name. |
| Ivi.Driver.IviCDriverException | The underlying NI-DCPower driver returned an error. |