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
tsmContextISemiconductorModuleContext-
The NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI.ISemiconductorModuleContext object.
digitalOutputTaskTypestring-
Specifies the task type.
channelLineGroupingChannelLineGrouping-
Specifies channel line grouping method.