Configures the digital edge Start trigger.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsg

public void Configure(RfsgDigitalEdgeStartTriggerSource source, RfsgTriggerEdge edge)

Remarks


The default value is RisingEdge.

Parameters

NameTypeDescription
sourceRfsgDigitalEdgeStartTriggerSource

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

edgeRfsgTriggerEdge

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

Exceptions

TypeDescription
System.ObjectDisposedException

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