Table of Contents

Method FetchMeasurement

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower
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 DCPowerSessionsBundle

The DCPowerSessionsBundle object.

pointsToFetch int

The number of points to Fetch.

timeoutInSeconds double

The 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.