gridspice.project

Created on Jul 8, 2012

@author: jimmy

class gridspice.project.Project(name, account, empty=0)

The GridSpice project object keeps track of the group of models to be simulated, as well as global settings which pertain to all models in the simulation.

copy(account)

returns a copy of this project

delete()

deletes this project

getModels()

Gets the models associated with this project (Models need to be loaded.)

getSimulations()

returns previous simulation headers in the form of Simulation objects

load()

fills in the other information to the project object

runSimulation()

runs the simulator on this project and returns the created Simulation object

save()

saves this project

Previous topic

gridspice.simulation

This Page