Provides the base class for a single pin/multiple session query context, which is an object a pin query method returns to track the session and channels associated with a single pin for one or more sites connected to one or more instrument sessions.

Derives from

Syntax

Namespace: NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI

public class SinglePinMultipleSessionQueryContext : SinglePinQueryContext

Methods

NameDescription
Publish(bool[], string)

Publishes measurement data for a single pin to the Semiconductor Multi Test step for all sites in the SemiconductorModuleContext.

Publish(double[], string)

Publishes measurement data for a single pin to the Semiconductor Multi Test step for all sites in the SemiconductorModuleContext.

Publish(bool, string)

Publishes measurement data for a single pin to the Semiconductor Multi Test step for all sites in the SemiconductorModuleContext.

Publish(double, string)

Publishes measurement data for a single pin to the Semiconductor Multi Test step for all sites in the SemiconductorModuleContext.