Uses of Class
com.sun.electric.tool.simulation.Simulation.SpiceEngine

Packages that use Simulation.SpiceEngine
com.sun.electric.tool.io.input   
com.sun.electric.tool.io.output   
com.sun.electric.tool.simulation Package for handling the simulation tool. 
 

Uses of Simulation.SpiceEngine in com.sun.electric.tool.io.input
 

Methods in com.sun.electric.tool.io.input with parameters of type Simulation.SpiceEngine
static FileType Simulate.getSpiceOutputType(java.lang.String format, Simulation.SpiceEngine engine)
           
 

Uses of Simulation.SpiceEngine in com.sun.electric.tool.io.output
 

Fields in com.sun.electric.tool.io.output declared as Simulation.SpiceEngine
 Simulation.SpiceEngine Spice.SpicePreferences.engine
           
 

Methods in com.sun.electric.tool.io.output with parameters of type Simulation.SpiceEngine
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.
 

Uses of Simulation.SpiceEngine in com.sun.electric.tool.simulation
 

Methods in com.sun.electric.tool.simulation that return Simulation.SpiceEngine
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.
 

Methods in com.sun.electric.tool.simulation with parameters of type Simulation.SpiceEngine
static void Simulation.setSpiceEngine(Simulation.SpiceEngine engine)
          Method to set which SPICE engine is being used.