Package | Description |
---|---|
com.sun.electric.tool.io.input | |
com.sun.electric.tool.io.output | |
com.sun.electric.tool.simulation |
Package for handling the simulation tool.
|
Modifier and Type | Method and Description |
---|---|
static FileType |
Simulate.getSpiceOutputType(java.lang.String format,
Simulation.SpiceEngine engine) |
Modifier and Type | Field and Description |
---|---|
Simulation.SpiceEngine |
Spice.SpicePreferences.engine |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
Spice.getSafeNetName(java.lang.String name,
Simulation.SpiceEngine engine)
Method to adjust a network name to be safe for Spice output.
|
Modifier and Type | Method and Description |
---|---|
static Simulation.SpiceEngine |
Simulation.getFactorySpiceEngine()
Method to tell which SPICE engine is being used, by default.
|
static Simulation.SpiceEngine |
Simulation.getSpiceEngine()
Method to tell which SPICE engine is being used.
|
static Simulation.SpiceEngine |
Simulation.SpiceEngine.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Simulation.SpiceEngine[] |
Simulation.SpiceEngine.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
Simulation.setSpiceEngine(Simulation.SpiceEngine engine)
Method to set which SPICE engine is being used.
|