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

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

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

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

Methods in com.sun.electric.tool.simulation with parameters of type Simulation.SpiceGlobal
static void Simulation.setSpiceGlobalTreatment(Simulation.SpiceGlobal g)
          Method to set how to treat globals in Spice output.