Configure(DCPowerDigitalEdgeStartTriggerInputTerminal, DCPowerTriggerEdge)
- Updated2025-10-06
- 1 minute(s) read
Configures the StartTrigger for digital edge triggering.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDCPower
public void Configure(DCPowerDigitalEdgeStartTriggerInputTerminal inputTerminal, DCPowerTriggerEdge edge)
Parameters
| Name | Type | Description |
|---|---|---|
| inputTerminal | DCPowerDigitalEdgeStartTriggerInputTerminal | Specifies the inputTerminal of the digital edge for the StartTrigger. |
| edge | DCPowerTriggerEdge | Specifies whether to configure the StartTrigger 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. |