Search found 4 matches

by jon_rey
Tue Jun 23, 2020 2:40 pm
Forum: VE Python API
Topic: Multi-core Simulations
Replies: 0
Views: 66889

Multi-core Simulations

Hi All,

Does anyone know of a way to run a single simulation with multiple cores in parallel via the API? When running a simulation normally, I can change my preferences to use several cores to speed up the simulation via --> Preferences --> Simulation.

Failing that, I'm aware of the run ...
by jon_rey
Wed May 13, 2020 1:43 pm
Forum: VE Python API
Topic: IES silently crashes when getting internal gain data
Replies: 2
Views: 4161

Re: IES silently crashes when getting internal gain data

Just to close this thread out:

I sent the model file over to the team at support and they couldn't replicate my error. After a bit more testing myself, it seemed to be down to the way I opened the IES model. Opening from recents caused crashes whereas opening by fully selecting the original file ...
by jon_rey
Wed Jan 08, 2020 3:36 pm
Forum: VE Python API
Topic: IES silently crashes when getting internal gain data
Replies: 2
Views: 4161

IES silently crashes when getting internal gain data

I’ve been experimenting with the Python API, trying to retrieve different variables from the model with mixed success. I’m having problems with a VEScript causing IES to completely crash and close down without any error or warning prompts. I believe the problem is triggered by calling .get() on ...
by jon_rey
Tue Dec 17, 2019 4:38 pm
Forum: VE Python API
Topic: Calling an IES model externally with the API?
Replies: 1
Views: 3639

Calling an IES model externally with the API?

Hello all. Is there a way of using the API from outside the IES script interface?

For example, I could want to write a script that retrieves some information from the IES model as well as another source (e.g. an Excel sheet), do some analysis, and push new information into the model without ...