Method CreateDAQmxDOTasks
- Assembly
 - NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
 
CreateDAQmxDOTasks(ISemiconductorModuleContext, string, ChannelLineGrouping)
Creates NI-DAQmx digital output tasks in the test system.
public static void CreateDAQmxDOTasks(ISemiconductorModuleContext tsmContext, string digitalOutputTaskType = "DO", ChannelLineGrouping channelLineGrouping = ChannelLineGrouping.OneChannelForEachLine)
Parameters
tsmContextISemiconductorModuleContextThe NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI.ISemiconductorModuleContext object.
digitalOutputTaskTypestringSpecifies the task type.
channelLineGroupingChannelLineGroupingSpecifies channel line grouping method.