Table of Contents

Method ExportSignal

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

ExportSignal(DAQmxTasksBundle, ExportSignal, string)

Routes a control signal to the specified terminal.

public static void ExportSignal(this DAQmxTasksBundle tasksBundle, ExportSignal signal, string outputTerminal)

Parameters

tasksBundle DAQmxTasksBundle

The DAQmxTasksBundle object.

signal ExportSignal

The trigger, clock, or event to export.

outputTerminal string

The destination of the exported signal. You can also specify a comma-delimited list for multiple terminal names.

Remarks

Because the output terminal can reside on the device that generates the control signal or on a different device, you can use this method to share clocks and triggers among multiple devices.

Exceptions

DaqException

The underling driver session returned an error.