Table of Contents

Method MeasureAndReturnPerInstrumentPerChannelResults

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower
Assembly
NationalInstruments.SemiconductorTestLibrary.Extensions.dll

MeasureAndReturnPerInstrumentPerChannelResults(DCPowerSessionsBundle)

Measures and returns per-instrument per-channel results.

public static Tuple<double[][], double[][]> MeasureAndReturnPerInstrumentPerChannelResults(this DCPowerSessionsBundle sessionsBundle)

Parameters

sessionsBundle DCPowerSessionsBundle

The DCPowerSessionsBundle object.

Returns

Tuple<double[][], double[][]>

The measurements in per-instrument per-channel format. Item1 is voltage measurements, Item2 is current measurements.