MultiplePinQueryContext Class
- Updated2026-06-25
- 1 minute(s) read
Provides the base class for a multiple pin query context, which is an object a pin query method returns to track the sessions and channels associated with one or more pins for one or more sites.
Derives from
Syntax
Namespace: NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI
public class MultiplePinQueryContext : PinQueryContext
Methods
| Name | Description |
|---|---|
| PerInstrumentToPerSiteData< T >(T) | Transforms measurement data from an array of arrays of the specified type T that is arranged by instrument sessions and channels into an array of arrays that is arranged by the sites and pins in the Semiconductor Module Context. |