Table of Contents

Method MapInitializedInstrumentSessions

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction
Assembly
NationalInstruments.SemiconductorTestLibrary.Abstractions.dll

MapInitializedInstrumentSessions(ISemiconductorModuleContext)

Maps already initialized instrument sessions.

public static void MapInitializedInstrumentSessions(ISemiconductorModuleContext tsmContext)

Parameters

tsmContext ISemiconductorModuleContext

The NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI.ISemiconductorModuleContext object.

Remarks

Must be called when instruments initialization completes. This ensures any cached instrument session information is consistent between the NationalInstruments.SemiconductorTestLibrary.TestStandSteps assembly and the client assembly, as they may not share the same memory space.