Configures the PulseTrigger for digital edge triggering.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIDCPower

public void Configure(DCPowerDigitalEdgePulseTriggerInputTerminal inputTerminal, DCPowerTriggerEdge edge)

Parameters

NameTypeDescription
inputTerminalDCPowerDigitalEdgePulseTriggerInputTerminal

Specifies the input terminal of the digital edge for the PulseTrigger.

edgeDCPowerTriggerEdge

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

Exceptions

TypeDescription
System.ObjectDisposedException

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