Table of Contents

Method CreateDAQmxDOTasks

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DAQmx
Assembly
NationalInstruments.SemiconductorTestLibrary.Abstractions.dll

CreateDAQmxDOTasks(ISemiconductorModuleContext, string, ChannelLineGrouping)

Creates NI-DAQmx digital output tasks in the test system.

public static void CreateDAQmxDOTasks(ISemiconductorModuleContext tsmContext, string digitalOutputTaskType = "DO", ChannelLineGrouping channelLineGrouping = ChannelLineGrouping.OneChannelForEachLine)

Parameters

tsmContext ISemiconductorModuleContext

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

digitalOutputTaskType string

Specifies the task type.

channelLineGrouping ChannelLineGrouping

Specifies channel line grouping method.