Method FetchCaptureWaveform
- 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
DigitalSessionsBundleThe DigitalSessionsBundle object.
waveformName
stringThe name of the capture waveform.
samplesToRead
intThe number of samples to read.
timeoutInSeconds
doubleThe maximum time to read for waveform samples.