Table of Contents

Method ReadAnalogWaveform

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

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.

public static PinSiteData<AnalogWaveform<double>> ReadAnalogWaveform(this DAQmxTasksBundle tasksBundle, int samplesToRead = -1)

Parameters

tasksBundle DAQmxTasksBundle

The DAQmxTasksBundle object.

samplesToRead int

The number of samples to read.

Returns

PinSiteData<AnalogWaveform<double>>

Per-site per-pin analog waveform samples.