Table of Contents

Method CreateDAQmxAOVoltageTasks

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

CreateDAQmxAOVoltageTasks(ISemiconductorModuleContext, string, double, double, DAQmxTerminalConfiguration)

Creates NI-DAQmx analog output voltage tasks in the test system.

public static void CreateDAQmxAOVoltageTasks(ISemiconductorModuleContext tsmContext, string analogOutputVoltageTaskType = "AO", double minimumVoltage = -1, double maximumVoltage = 1, DAQmxTerminalConfiguration aoTerminalConfiguration = DAQmxTerminalConfiguration.Default)

Parameters

tsmContext ISemiconductorModuleContext

The NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI.ISemiconductorModuleContext object.

analogOutputVoltageTaskType string

Specifies the task type.

minimumVoltage double

Specifies minimum voltage value.

maximumVoltage double

Specifies maximum voltage value.

aoTerminalConfiguration DAQmxTerminalConfiguration

Specifies output terminal configuration.