Method CreateDAQmxDITasks
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
CreateDAQmxDITasks(ISemiconductorModuleContext, string, ChannelLineGrouping)
Creates NI-DAQmx digital input tasks in the test system.
public static void CreateDAQmxDITasks(ISemiconductorModuleContext tsmContext, string digitalInputTaskType = "DI", ChannelLineGrouping channelLineGrouping = ChannelLineGrouping.OneChannelForEachLine)Parameters
tsmContextISemiconductorModuleContext-
The NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI.ISemiconductorModuleContext object.
digitalInputTaskTypestring-
Specifies the task type.
channelLineGroupingChannelLineGrouping-
Specifies channel line grouping method.