Method ConfigureAOTerminalConfiguration
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Extensions.dll
ConfigureAOTerminalConfiguration(DAQmxTasksBundle, AOTerminalConfiguration)
Configures the terminal configuration for the analog output channels within the task, refer to NationalInstruments.DAQmx.AOTerminalConfiguration for more information.
public static void ConfigureAOTerminalConfiguration(this DAQmxTasksBundle tasksBundle, AOTerminalConfiguration terminalConfiguration)Parameters
tasksBundleDAQmxTasksBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DAQmx.DAQmxTasksBundle object.
terminalConfigurationAOTerminalConfiguration-
Specifies the terminal configuration mode.
Exceptions
- DaqException
-
The underling driver session returned an error.