public interface IAnalyzer
Modifier and Type | Interface and Description |
---|---|
static interface |
IAnalyzer.EngineIRSIM |
static interface |
IAnalyzer.GUI |
static interface |
IAnalyzer.GuiSignal |
static class |
IAnalyzer.LogicState |
Modifier and Type | Method and Description |
---|---|
IAnalyzer.EngineIRSIM |
createEngine(IAnalyzer.GUI gui,
java.lang.String steppingModel,
java.net.URL parameterURL,
int irDebug,
boolean showCommands,
boolean isDelayedX)
Create IRSIM Simulation Engine to simulate a cell.
|
IAnalyzer.EngineIRSIM createEngine(IAnalyzer.GUI gui, java.lang.String steppingModel, java.net.URL parameterURL, int irDebug, boolean showCommands, boolean isDelayedX)
gui
- interface to GUIsteppingModel
- stepping model either "RC" or "Linear"parameterURL
- URL of IRSIM parameter fileirDebug
- debug flagsshowCommands
- tru to print issued IRSIM commandsisDelayedX
- true if using the delayed X model, false if using the old fast-propagating X model.