Method FetchMeasurement
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Extensions.dll
FetchMeasurement(DCPowerSessionsBundle, int, double)
Fetches results from a previous measurement.
public static PinSiteData<SingleDCPowerFetchResult[]> FetchMeasurement(this DCPowerSessionsBundle sessionsBundle, int pointsToFetch = 1, double timeoutInSeconds = 10)
Parameters
sessionsBundle
DCPowerSessionsBundleThe DCPowerSessionsBundle object.
pointsToFetch
intThe number of points to Fetch.
timeoutInSeconds
doubleThe time to wait before the operation is aborted.
Returns
- PinSiteData<SingleDCPowerFetchResult[]>
A PinSiteData<T> object that contains an array of SingleDCPowerFetchResult values, where each SingleDCPowerFetchResult object contains the voltage, current, and inCompliance result for a simple sample/point from the previous measurement.
Remarks
This method should not be used when the MeasureWhen property is OnDemand.