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
tasksBundleDAQmxTasksBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DAQmx.DAQmxTasksBundle object.
sourcestring-
The name of the terminal to receive the digital signal to be used as the trigger source.
edgeDigitalEdgeStartTriggerEdge-
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.