Configure(DCPowerDigitalEdgePulseTriggerInputTerminal, DCPowerTriggerEdge)
- Updated2025-10-06
- 1 minute(s) read
Configures the PulseTrigger for digital edge triggering.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDCPower
public void Configure(DCPowerDigitalEdgePulseTriggerInputTerminal inputTerminal, DCPowerTriggerEdge edge)
Parameters
| Name | Type | Description |
|---|---|---|
| inputTerminal | DCPowerDigitalEdgePulseTriggerInputTerminal | Specifies the input terminal of the digital edge for the PulseTrigger. |
| edge | DCPowerTriggerEdge | Specifies whether to configure the PulseTrigger to assert on the rising or falling edge. |
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The Configure method was accessed after the associated NIDCPower object was disposed. |