DCPowerOutputDigitalEdgeShutdownTrigger.Configure Method
- Updated2024-01-04
- 2 minute(s) read

DCPowerOutputDigitalEdgeShutdownTriggerConfigure Method
Configures the ShutdownTrigger for digital edge triggering.
Namespace: NationalInstruments.ModularInstruments.NIDCPower
Assembly: NationalInstruments.ModularInstruments.NIDCPower.Fx40 (in NationalInstruments.ModularInstruments.NIDCPower.Fx40.dll) Version: 2023
Syntax
public void Configure( DCPowerDigitalEdgeShutdownTriggerInputTerminal inputTerminal, DCPowerTriggerEdge edge )
Public Sub Configure ( inputTerminal As DCPowerDigitalEdgeShutdownTriggerInputTerminal, edge As DCPowerTriggerEdge )
Parameters
- inputTerminal
- Type: NationalInstruments.ModularInstruments.NIDCPowerDCPowerDigitalEdgeShutdownTriggerInputTerminal
Specifies the inputTerminal for the digital edge ShutdownTrigger. - edge
- Type: NationalInstruments.ModularInstruments.NIDCPowerDCPowerTriggerEdge
Specifies whether to configure the ShutdownTrigger to assert on the rising or falling edge.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The method was called after the associated NIDCPower object was disposed. |
OperationNotSupportedException | The method was called to unsupported hardware. |
SelectorNameException | The method was called with an unknown channel name. |
ArgumentNullException | The method was called with a null input terminal. |
IviCDriverException | The underlying NI-DCPower driver returned an error. |
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. |