Table of Contents

Method ReadDigitalWaveform

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

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.

public static PinSiteData<DigitalWaveform> ReadDigitalWaveform(this DAQmxTasksBundle tasksBundle, int samplesToRead = -1)

Parameters

tasksBundle DAQmxTasksBundle

The DAQmxTasksBundle object.

samplesToRead int

The number of samples to read.

Returns

PinSiteData<DigitalWaveform>

Per-site per-pin digital waveform samples.