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
tsmContextISemiconductorModuleContextThe NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI.ISemiconductorModuleContext object.
levelsSheetToApplystringThe name of the levels sheet to apply.
timingSheetToApplystringThe name of the timing sheet to apply.
resetDeviceboolWhether to reset device during initialization.
applySourceWaveformDataboolWhether to apply the data in waveform files to source waveforms.