Table of Contents

Class AnalogInput

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

Defines operations on analog input channels.

public static class AnalogInput
Inheritance
AnalogInput
Inherited Members

Methods

ReadAnalogMultiSample(DAQmxTasksBundle, int)

Reads multiple samples and returns pin- and site-aware objects of an array of doubles, where each element in the array represents one sample read. By default, the value of samplesToRead is -1. In this case, all available samples are read when this method is invoked.

ReadAnalogWaveform(DAQmxTasksBundle, int)

Reads the samples and returns pin- and site-aware objects of double AnalogWaveform, where each double value in the waveform represents one sample read. By default, all available samples are returned, unless otherwise specified by passing in value via the samplesToRead argument.