Method SetupNIScopeInstrumentation
- 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
tsmContextISemiconductorModuleContext-
The NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI.ISemiconductorModuleContext object.
resetDevicebool-
Whether to reset device during initialization.