Configure(DCPowerDigitalEdgeShutdownTriggerInputTerminal, DCPowerTriggerEdge)
- Updated2025-10-06
- 1 minute(s) read
Configures the ShutdownTrigger for digital edge triggering.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDCPower
public void Configure(DCPowerDigitalEdgeShutdownTriggerInputTerminal inputTerminal, DCPowerTriggerEdge edge)
Remarks
This method cannot be called in the Running state. Refer to the Programming States topic in the NI DC Power Supplies and SMUs Help for information about the specific NI-DCPower software states.
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.
Parameters
| Name | Type | Description |
|---|---|---|
| inputTerminal | DCPowerDigitalEdgeShutdownTriggerInputTerminal | Specifies the inputTerminal for the digital edge ShutdownTrigger. |
| edge | DCPowerTriggerEdge | Specifies whether to configure the ShutdownTrigger to assert on the rising or falling edge. |
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. |
| System.ArgumentNullException | The method was called with a null input terminal. |
| Ivi.Driver.IviCDriverException | The underlying NI-DCPower driver returned an error. |