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
tsmContextISemiconductorModuleContext-
The NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI.ISemiconductorModuleContext object.
levelsSheetToApplystring-
The name of the levels sheet to apply.
timingSheetToApplystring-
The name of the timing sheet to apply.
resetDevicebool-
Whether to reset device during initialization.
applySourceWaveformDatabool-
Whether to apply the data in waveform files to source waveforms.