Table of Contents

Method SetupNIScopeInstrumentation

Namespace
NationalInstruments.SemiconductorTestLibrary.TestStandSteps
Assembly
NationalInstruments.SemiconductorTestLibrary.TestStandSteps.dll

SetupNIScopeInstrumentation(ISemiconductorModuleContext, bool)

Initializes NI Scope instrument sessions associated with the pin map. If the resetDevice input is set to True, then the instrument will be reset as the session is initialized (default = False).

public static void SetupNIScopeInstrumentation(ISemiconductorModuleContext tsmContext, bool resetDevice = false)

Parameters

tsmContext ISemiconductorModuleContext

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

resetDevice bool

Whether to reset device during initialization.