SetSwitchSession(string, object)
- Updated2026-06-25
- 1 minute(s) read
Associates an open switch session with the switchName for a multiplexer that does not have a type ID defined explicitly in the pin map file. Multiplexers in the pin map that do not specify a type ID have a default ID of NIGenericMultiplexer.
Syntax
Namespace: NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI
public void SetSwitchSession(string switchName, object sessionData)
Parameters
| Name | Type | Description |
|---|---|---|
| switchName | string | The instrument name in the pin map file for the corresponding sessionData . |
| sessionData | object | The instrument session for the corresponding switchName . |