Table of Contents

Class DigitalInput

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

Defines operations on digital input channels.

public static class DigitalInput
Inheritance
DigitalInput
Inherited Members

Methods

ReadDigitalMultiSampleU32(DAQmxTasksBundle, int)

Reads digital multiple U32 samples.

ReadDigitalSingleSample(DAQmxTasksBundle)

Reads a single sample and returns pin- and site-aware object of type Boolean.

ReadDigitalWaveform(DAQmxTasksBundle, int)

Reads the samples and returns pin- and site-aware object of type DigitalWaveform, where each element 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.