1

Is it possible to perform group Simulation in Python API?

Hi,

Is it possible to do group simulation using Eplus Python API? I tried to see the documentation but I could not find it.

Thanks for your time.

prp92's avatar
125
prp92
asked 2023-01-20 11:53:05 -0500
Aaron Boranian's avatar
14.1k
Aaron Boranian
updated 2023-01-20 14:53:07 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

You can use the python multiprocessingmodule to run multiple simulations in parallel. A short example can be found here: https://github.com/Myoldmopar/EnergyP...

Julien Marrec's avatar
29.7k
Julien Marrec
answered 2023-01-23 02:51:17 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments