Method SetupNIDAQmxDITask
- Assembly
- NationalInstruments.SemiconductorTestLibrary.TestStandSteps.dll
SetupNIDAQmxDITask(ISemiconductorModuleContext, string, ChannelLineGrouping)
Initializes an NI DAQmx Digital Input Task associated with the pin map.
The value of taskType string must match that of the DAQmx task definition within the pin map (default ="DI").
Note that the task will only be configured upon exiting this step, it will not be running.
public static void SetupNIDAQmxDITask(ISemiconductorModuleContext tsmContext, string taskType = "DI", ChannelLineGrouping channelLineGrouping = ChannelLineGrouping.OneChannelForEachLine)Parameters
- tsmContextISemiconductorModuleContext
- The NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI.ISemiconductorModuleContext object. 
- taskTypestring
- The NI DAQmx task type. 
- channelLineGroupingChannelLineGrouping
- How digital lines are grouped.