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

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

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.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.