Configures the device to wait for a digital edge Reference trigger to mark a reference point within the record. You can use this trigger with the NI-TClk API.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsa

public void Configure(RfsaDigitalEdgeReferenceTriggerSource source, RfsaTriggerEdge edge, long pretriggerSamples)

Parameters

NameTypeDescription
sourceRfsaDigitalEdgeReferenceTriggerSource

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

edgeRfsaTriggerEdge

Specifies the trigger edge to detect.

pretriggerSampleslong

Specifies the number of samples to store for each record that was acquired during the time period immediately before the trigger occurred.

Exceptions

TypeDescription
System.ObjectDisposedException

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