Table of Contents

Method ConfigureStartTriggerDigitalEdge

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DAQmx
Assembly
NationalInstruments.SemiconductorTestLibrary.Extensions.dll

ConfigureStartTriggerDigitalEdge(DAQmxTasksBundle, string, DigitalEdgeStartTriggerEdge)

Configures the start trigger for the task.

public static void ConfigureStartTriggerDigitalEdge(this DAQmxTasksBundle tasksBundle, string source, DigitalEdgeStartTriggerEdge edge = DigitalEdgeStartTriggerEdge.Rising)

Parameters

tasksBundle DAQmxTasksBundle

The DAQmxTasksBundle object.

source string

The name of the terminal to receive the digital signal to be used as the trigger source.

edge DigitalEdgeStartTriggerEdge

The edge of the digital signal to start acquiring or generating samples.

Remarks

Configures the task to acquire or generate samples based on either the rising or falling edge of the digital signal source.

Exceptions

DaqException

The underling driver session returned an error.