ExtractPinData(double[], string)
- Updated2026-06-25
- 1 minute(s) read
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
| Name | Type | Description |
|---|---|---|
| data | double[] | 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. |
| pin | string | 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.