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