Enum DAQmxTaskType
- Assembly
 - NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
 
Defines the type of the DAQmx task.
public enum DAQmxTaskType
  Fields
AnalogInput = 0Specifies the task is an analog input task.
AnalogOutput = 1Specifies the task is an analog output task.
AnalogOutputFunctionGeneration = 6Specifies the task is an analog output function generation task.
CounterInput = 4Specifies the task is a counter input task.
CounterOutput = 5Specifies the task is a counter output task.
DigitalInput = 2Specifies the task is a digital input task.
DigitalOutput = 3Specifies the task is a digital output task.