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

NameTypeDescription
inputTerminalDCPowerDigitalEdgeSourceTriggerInputTerminal

Specifies the inputTerminal of the digital edge for the SourceTrigger.

edgeDCPowerTriggerEdge

Specifies whether to configure the SourceTrigger to assert on the rising or falling edge.

Exceptions

TypeDescription
System.ObjectDisposedException

The Configure method was accessed after the associated NIDCPower object was disposed.