Configures the device to wait for a digital edge Start trigger at the beginning of the acquisition. You can use this trigger with the NI-TClk API.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsa

public void Configure(RfsaDigitalEdgeStartTriggerSource source, RfsaTriggerEdge edge)

Parameters

NameTypeDescription
sourceRfsaDigitalEdgeStartTriggerSource

Specifies the source of the digital edge for the Start trigger.

edgeRfsaTriggerEdge

Specifies the trigger edge to detect.

Exceptions

TypeDescription
System.ObjectDisposedException

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