Returns the measurement data arranged in the order of sites in the SemiconductorModuleContext.

Syntax

Namespace: NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI

public double[] ExtractPinData(double[] data, string pin)

Parameters

NameTypeDescription
datadouble[]

The multisite measurement data from multiple pins connected to a single instrument session. Each element in the array represents a measurement made for a single channel from the same instrument session.

pinstring

The pin to extract measurement data from data .

Returns

The multisite measurement data  rearranged into a single array with the order of the elements matching the site order in the SemiconductorModuleContext.