Surfaces simulation data
Posted: Mon Oct 31, 2022 11:32 am
I am trying to extract the surface simulation data using VE Python API, I went through all of the surfaces and a lot of data was missing, I included adjacencies and openings in my script using
results_file_reader.get_surface_results(id, adjacency.get_properties()['aps_handle'], 'Int surface temperature', 'Int surface temperature',1,1)
Now I can get temperatures for surfaces without any adjacencies and for some of the adjacencies. Unfortunately, lot of the data is still missing in my export file. I included all the surfaces in my simulation and I can see the results in IES.
What should I use to extract the data for all of the adjacencies?
results_file_reader.get_surface_results(id, adjacency.get_properties()['aps_handle'], 'Int surface temperature', 'Int surface temperature',1,1)
Now I can get temperatures for surfaces without any adjacencies and for some of the adjacencies. Unfortunately, lot of the data is still missing in my export file. I included all the surfaces in my simulation and I can see the results in IES.
What should I use to extract the data for all of the adjacencies?