Table of Contents

Method SetupNIDAQmxDITask

Namespace
NationalInstruments.SemiconductorTestLibrary.TestStandSteps
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

tsmContext ISemiconductorModuleContext

The NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI.ISemiconductorModuleContext object.

taskType string

The NI DAQmx task type.

channelLineGrouping ChannelLineGrouping

How digital lines are grouped.