Package | Description |
---|---|
com.sun.electric.tool.io.output | |
com.sun.electric.tool.simulation |
Package for handling the simulation tool.
|
Modifier and Type | Field and Description |
---|---|
Simulation.SpiceGlobal |
Spice.SpicePreferences.globalTreatment |
Modifier and Type | Method and Description |
---|---|
static Simulation.SpiceGlobal |
Simulation.SpiceGlobal.find(int c) |
static Simulation.SpiceGlobal |
Simulation.getFactorySpiceGlobalTreatment()
Method to tell how to treat globals in Spice output, by default.
|
static Simulation.SpiceGlobal |
Simulation.getSpiceGlobalTreatment()
Method to tell how to treat globals in Spice output.
|
static Simulation.SpiceGlobal |
Simulation.SpiceGlobal.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Simulation.SpiceGlobal[] |
Simulation.SpiceGlobal.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.setSpiceGlobalTreatment(Simulation.SpiceGlobal g)
Method to set how to treat globals in Spice output.
|