Table of Contents

Enum DAQmxTaskType

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

Defines the type of the DAQmx task.

public enum DAQmxTaskType

Fields

AnalogInput = 0

Specifies the task is an analog input task.

AnalogOutput = 1

Specifies the task is an analog output task.

AnalogOutputFunctionGeneration = 6

Specifies the task is an analog output function generation task.

CounterInput = 4

Specifies the task is a counter input task.

CounterOutput = 5

Specifies the task is a counter output task.

DigitalInput = 2

Specifies the task is a digital input task.

DigitalOutput = 3

Specifies the task is a digital output task.