Method GetFullyQualifiedOutputTerminals
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Extensions.dll
GetFullyQualifiedOutputTerminals(DAQmxTasksBundle, ExportSignal)
Gets the fully qualified terminal name for the specified signal.
public static string[] GetFullyQualifiedOutputTerminals(this DAQmxTasksBundle tasksBundle, ExportSignal signal)Parameters
tasksBundleDAQmxTasksBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DAQmx.DAQmxTasksBundle object.
signalExportSignal-
The trigger, clock, or event.
Returns
- string[]
-
Array of fully qualified output terminal strings, one per instrument session.
Exceptions
- DaqException
-
The underling driver session returned an error.