Table of Contents

Method FetchCaptureWaveform

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

FetchCaptureWaveform(DigitalSessionsBundle, string, int, double)

Fetches the capture waveform and returns a pin- and site-aware object of uint values.

public static SiteData<uint[]> FetchCaptureWaveform(this DigitalSessionsBundle sessionsBundle, string waveformName, int samplesToRead, double timeoutInSeconds = 5)

Parameters

sessionsBundle DigitalSessionsBundle

The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Digital.DigitalSessionsBundle object.

waveformName string

The name of the capture waveform.

samplesToRead int

The number of samples to read.

timeoutInSeconds double

The maximum time to read for waveform samples.

Returns

SiteData<uint[]>

The captured data.