Table of Contents

Method CreateDAQmxDITasks

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

tsmContext ISemiconductorModuleContext

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

digitalInputTaskType string

Specifies the task type.

channelLineGrouping ChannelLineGrouping

Specifies channel line grouping method.