I am trying to create a script to automate export of a lot of data from a large IES model with multiple buildings. The model will be ran multiple times with lots of different weather tapes, so I would like to automate the export of results as much as I can into excel documents to ensure consistent data for post processing.
Is there a way to get python to do the following for a given results file:
- export TM52 reports for the whole model (can python call the inbuilt IES TM52 tool which produces csv files or would I have to code TM52 analysis into python)?
- export the heating and cooling demand (on a half hourly basis) for each building (can python 'combine rooms' for building groups)?
- access the weather tape that was used for that run and export matching half hourly temperature data (the weather tape will be different for each run and there will be a lot of weather tapes - 144!)?
Any suggestions or example code that people can point me towards would be greatly appreciated as I am new to python. Other than the example scripts in the VEScript tool is there anywhere else that holds example code for IES (I have already checked the other VE Python API forum posts that looked like they might relate to this)?
Thanks!

