Method CreateDAQmxAOVoltageTasks
- 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
tsmContextISemiconductorModuleContextThe NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI.ISemiconductorModuleContext object.
analogOutputVoltageTaskTypestringSpecifies the task type.
minimumVoltagedoubleSpecifies minimum voltage value.
maximumVoltagedoubleSpecifies maximum voltage value.
aoTerminalConfigurationDAQmxTerminalConfigurationSpecifies output terminal configuration.