Table of Contents

Method Initialize

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Digital
Assembly
NationalInstruments.SemiconductorTestLibrary.Abstractions.dll

Initialize(ISemiconductorModuleContext, string, string, bool, bool)

Initializes NationalInstruments.ModularInstruments.NIDigital.NIDigital sessions in the test system.

public static void Initialize(ISemiconductorModuleContext tsmContext, string levelsSheetToApply = "", string timingSheetToApply = "", bool resetDevice = false, bool applySourceWaveformData = false)

Parameters

tsmContext ISemiconductorModuleContext

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

levelsSheetToApply string

The name of the levels sheet to apply.

timingSheetToApply string

The name of the timing sheet to apply.

resetDevice bool

Whether to reset device during initialization.

applySourceWaveformData bool

Whether to apply the data in waveform files to source waveforms.