Table of Contents

Method SetupNISyncInstrumentation

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

SetupNISyncInstrumentation(ISemiconductorModuleContext, bool)

Initializes the NI Sync 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 SetupNISyncInstrumentation(ISemiconductorModuleContext tsmContext, bool resetDevice = false)

Parameters

tsmContext ISemiconductorModuleContext

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

resetDevice bool

Whether to reset device during initialization.