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
sessionsBundleDigitalSessionsBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Digital.DigitalSessionsBundle object.
waveformNamestring-
The name of the capture waveform.
samplesToReadint-
The number of samples to read.
timeoutInSecondsdouble-
The maximum time to read for waveform samples.