Configure(DCPowerDigitalEdgeSourceTriggerInputTerminal, DCPowerTriggerEdge)
- Updated2025-10-06
- 1 minute(s) read
Configures the SourceTrigger for digital edge triggering.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDCPower
public void Configure(DCPowerDigitalEdgeSourceTriggerInputTerminal inputTerminal, DCPowerTriggerEdge edge)
Remarks
Note
NI-DCPower uses the terms "source" and "output". However, while sinking with electronic loads and SMUs these correspond to "sinking" and "input", respectively.
Parameters
| Name | Type | Description |
|---|---|---|
| inputTerminal | DCPowerDigitalEdgeSourceTriggerInputTerminal | Specifies the inputTerminal of the digital edge for the SourceTrigger. |
| edge | DCPowerTriggerEdge | Specifies whether to configure the SourceTrigger 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. |