Package | Description |
---|---|
com.sun.electric.api.irsim | |
com.sun.electric.plugins.irsim |
Modifier and Type | Method and Description |
---|---|
static IAnalyzer.LogicState |
IAnalyzer.LogicState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IAnalyzer.LogicState[] |
IAnalyzer.LogicState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IAnalyzer.GuiSignal.addSample(double t,
IAnalyzer.LogicState v) |
void |
IAnalyzer.EngineIRSIM.newContolPoint(java.lang.String signalName,
double insertTime,
IAnalyzer.LogicState value) |
Modifier and Type | Method and Description |
---|---|
void |
IAnalyzerLogger.newContolPoint(java.lang.String signalName,
double insertTime,
IAnalyzer.LogicState value) |
void |
Analyzer.newContolPoint(java.lang.String signalName,
double insertTime,
IAnalyzer.LogicState value) |