Method ExportSignal
- 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
tasksBundleDAQmxTasksBundleThe DAQmxTasksBundle object.
signalExportSignalThe trigger, clock, or event to export.
outputTerminalstringThe 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.