| Home | Trees | Indices | Help |
|
|---|
|
|
A Python representation of an EMPro Project by path name
| Instance Methods | |||
|
|||
| None |
|
||
|
|||
|
|||
|
|||
|
|||
| simId |
|
||
|
|||
|
|||
| Properties | |
| path | |
| name | |
| resultTree | |
| Method Details |
@type path string @param path path to project, e.g. foo/bar.ep |
Loads as active project. After this call, empro.activeProject will hold this project, until another project is loaded.
|
Copy file tree of project to new location. @type destPath string @param destPath new location of copy, e.g. foo/bar.ep @type clean bool @param clean if true, the new location is first cleaned. @type shallow bool @param shallow if True, the simulations are skipped during copying |
Loads as active project and creates a new simulation without adding it to the queue. It assumes the project is preconfigured so new simulations can be created without additional information. Setting up simulation configuration without creating is done with the 'New FDTD Simulation' or 'New FEM Simulation' dialogs as usual, but by clicking 'Done' instead of 'Create & Queue Simulation' or 'Create Simulation Only'. Whether an FDTD or an FEM simulation will be created depends on which dialog was used as last. To change this, open either 'New FDTD Simulation' or 'New FEM Simulation' and simply click 'Done'. Then save the project.
|
Starts a subprocess running a simulation. It returns a tuple (process, dirname, command):
|
Starts a simulation, and wait until it is finished. Raises an exception if the simulation failed. Arguments are the same as for createSimulationProcess |
| Property Details |
path
|
name
|
resultTree
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Jun 26 10:16:53 2019 | http://epydoc.sourceforge.net |