Method FetchHistoryRAMResults
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Extensions.dll
FetchHistoryRAMResults(DigitalSessionsBundle)
Fetches results from the History RAM and returns as a site-aware object of type DigitalHistoryRamCycleInformation.
public static SiteData<HistoryRAMResults> FetchHistoryRAMResults(this DigitalSessionsBundle sessionsBundle)
Parameters
sessionsBundle
DigitalSessionsBundleThe DigitalSessionsBundle object.
Returns
- SiteData<HistoryRAMResults>
The per-site History RAM cycle information and scan cycle numbers.
FetchHistoryRAMResults(NIDigital, IDictionary<string, string>)
Fetches History RAM results.
public static SiteData<HistoryRAMResults> FetchHistoryRAMResults(this NIDigital session, IDictionary<string, string> perSitePinSetStrings)
Parameters
session
NIDigitalThe NationalInstruments.ModularInstruments.NIDigital.NIDigital session.
perSitePinSetStrings
IDictionary<string, string>The per-site pin set strings associated with the session.
Returns
- SiteData<HistoryRAMResults>
The single session per-site History RAM cycle information and scan cycle numbers.