Method SetupNISyncInstrumentation
- 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
tsmContextISemiconductorModuleContextThe NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI.ISemiconductorModuleContext object.
resetDeviceboolWhether to reset device during initialization.