Package | Description |
---|---|
com.sun.electric.api.irsim | |
com.sun.electric.plugins.irsim | |
com.sun.electric.tool.simulation.irsim |
Modifier and Type | Method and Description |
---|---|
IAnalyzer.GuiSignal[] |
IAnalyzer.GuiSignal.getBusMembers() |
IAnalyzer.GuiSignal |
IAnalyzer.GUI.makeSignal(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<IAnalyzer.GuiSignal> |
IAnalyzer.GUI.getSignals() |
Modifier and Type | Method and Description |
---|---|
boolean |
IAnalyzer.EngineIRSIM.clearControlPoint(IAnalyzer.GuiSignal sig,
double insertTime)
Method to remove the selected stimuli.
|
void |
IAnalyzer.EngineIRSIM.clearControlPoints(IAnalyzer.GuiSignal sig)
Method to remove all stimuli from the currently-selected signal.
|
void |
IAnalyzer.GUI.createBus(java.lang.String busName,
IAnalyzer.GuiSignal... subsigs) |
void |
IAnalyzer.EngineIRSIM.showSignalInfo(IAnalyzer.GuiSignal sig)
Method to show information about the currently-selected signal.
|
Modifier and Type | Method and Description |
---|---|
void |
IAnalyzer.GUI.makeBusSignals(java.util.List<IAnalyzer.GuiSignal> sigList) |
void |
IAnalyzer.GUI.openPanel(java.util.Collection<IAnalyzer.GuiSignal> sigs) |
Modifier and Type | Method and Description |
---|---|
boolean |
IAnalyzerLogger.clearControlPoint(IAnalyzer.GuiSignal sig,
double insertTime)
Method to remove the selected stimuli.
|
boolean |
Analyzer.clearControlPoint(IAnalyzer.GuiSignal sig,
double insertTime)
Method to remove the selected stimuli.
|
void |
IAnalyzerLogger.clearControlPoints(IAnalyzer.GuiSignal sig)
Method to remove all stimuli from the currently-selected signal.
|
void |
Analyzer.clearControlPoints(IAnalyzer.GuiSignal sig)
Method to remove all stimuli from the currently-selected signal.
|
void |
IAnalyzerLogger.showSignalInfo(IAnalyzer.GuiSignal sig)
Method to show information about the currently-selected signal.
|
void |
Analyzer.showSignalInfo(IAnalyzer.GuiSignal sig)
Method to show information about the currently-selected signal.
|
Modifier and Type | Method and Description |
---|---|
IAnalyzer.GuiSignal |
IRSIM.makeSignal(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<IAnalyzer.GuiSignal> |
IRSIM.getSignals() |
Modifier and Type | Method and Description |
---|---|
void |
IRSIM.createBus(java.lang.String busName,
IAnalyzer.GuiSignal... subsigs) |
Modifier and Type | Method and Description |
---|---|
void |
IRSIM.makeBusSignals(java.util.List<IAnalyzer.GuiSignal> sigList) |
void |
IRSIM.openPanel(java.util.Collection<IAnalyzer.GuiSignal> sigs) |