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