Configures the specified Script trigger for digital edge triggering.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsg

public void Configure(RfsgDigitalEdgeScriptTriggerSource source, RfsgTriggerEdge edge)

Remarks

The default value is RisingEdge.

Parameters

NameTypeDescription
sourceRfsgDigitalEdgeScriptTriggerSource

Specifies the source terminal for the digital edge Script trigger. NI-RFSG sets Source to this value.

edgeRfsgTriggerEdge

Specifies the active edge for the digital edge Script trigger. NI-RFSG sets Edge to this value.

Exceptions

TypeDescription
System.ObjectDisposedException

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