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
sessionsBundleDCPowerSessionsBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerSessionsBundle object.
pointsToFetchint-
The number of points to Fetch.
timeoutInSecondsdouble-
The time to wait before the operation is aborted.
Returns
- PinSiteData<SingleDCPowerFetchResult[]>
-
A NationalInstruments.SemiconductorTestLibrary.DataAbstraction.PinSiteData`1 object that contains an array of NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.SingleDCPowerFetchResult values, where each NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.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.