Package xppy.parser.run
Detailed Description
This file is part of XPPy.
XPPy is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation, either version 3 of
the License, or (at your option) any later version.
XPPy is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with XPPy. If not, see <http://www.gnu.org/licenses/>.
Function Documentation
def xppy.parser.run.cleanUp |
( |
|
) |
|
Function performs a clean up (deletes temporary and output files).
def xppy.parser.run.createTmp |
( |
|
ode_file = None , |
|
|
|
set_file = None | |
|
) |
| | |
Function creates temporary copies of ode and set files.
def xppy.parser.run.deleteTmp |
( |
|
del_ode = True , |
|
|
|
del_set = True | |
|
) |
| | |
Function deletes temporary copies of ode and set files.
def xppy.parser.run.run |
( |
|
ode_file = tmp_ode , |
|
|
|
set_file = tmp_set , |
|
|
|
verbose = False | |
|
) |
| | |
Function runs xppaut with the given ode_file and, optionally, set_file and
returns the output of the simulation.
If verbose=True (default False) xppaut output messages are displayed.
def xppy.parser.run.runLast |
( |
|
last_out = None , |
|
|
|
ode_file = tmp_ode , |
|
|
|
set_file = tmp_set , |
|
|
|
verbose = False | |
|
) |
| | |
Function runs xppaut with the given ode_file and, optionally, set_file using
the last_out as the initial conditions (if not provided runs a clean simulation)
and returns the output of the simulation.
If verbose=True (default False) xppaut output messages are displayed.