Method ConfigureStartTriggerDigitalEdge
- 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
tasksBundleDAQmxTasksBundleThe DAQmxTasksBundle object.
sourcestringThe name of the terminal to receive the digital signal to be used as the trigger source.
edgeDigitalEdgeStartTriggerEdgeThe 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.