Returns an array of all switch session data of the type specified by the multiplexerTypeId  in the Semiconductor Module Context.

Syntax

Namespace: NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI

public object[] GetAllSwitchSessions(string multiplexerTypeId=InstrumentTypeIdConstants.NIGenericMultiplexer)

Parameters

NameTypeDescription
multiplexerTypeIdstring

Specifies the type ID for the multiplexer in the pin map file. When you add a multiplexer to the pin map file, you can define a type ID for the multiplexer, such as the driver name. Multiplexers in the pin map that do not specify a type ID have a default ID of NIGenericMultiplexer. Omit the argument for this parameter to use the default type ID.