Method Initialize
- 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
ISemiconductorModuleContextThe NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI.ISemiconductorModuleContext object.
levelsSheetToApply
stringThe name of the levels sheet to apply.
timingSheetToApply
stringThe name of the timing sheet to apply.
resetDevice
boolWhether to reset device during initialization.
applySourceWaveformData
boolWhether to apply the data in waveform files to source waveforms.