Table of Contents

Method SetupNIFGenInstrumentation

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

SetupNIFGenInstrumentation(ISemiconductorModuleContext, bool)

Initializes NI FGEN 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 SetupNIFGenInstrumentation(ISemiconductorModuleContext tsmContext, bool resetDevice = false)

Parameters

tsmContext ISemiconductorModuleContext

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

resetDevice bool

Whether to reset device during initialization.