Skip to main content

Interact with the simulation framework Simplace

Project description

Run and control simulations in the simulation framework Simplace.

You need Java >= 8.0 and the Simplace simulation framework http://www.simplace.net/

To use it do:

>>> import simplace
>>> jd = 'd:/java/simplace/'
>>> wd = 'd:/java/simplace/simplacerun/simulation/'
>>> od = 'd:/java/simplace/simplacerun/output/'

>>> sol = wd+'gk/solution/gecros/Gecros.sol.xml'
>>> proj = wd+'gk/project/gecros/GecrosSensitivityTestNPL.proj.xml'

>>> sh = simplace.initSimplace(jd,wd,od)
>>> simplace.setProjectLines(sh, [1,3,8,9,17])
>>> simplace.openProject(sh, sol, proj)
>>> simplace.runProject(sh)
>>> simplace.closeProject(sh)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

simplace-0.1.9.zip (7.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page