Surfaces simulation data

The VE Python API allows users create simple programs using the Python Programming Language, to interact with a VE Model and/or Vista Results File
Post Reply
kprusicka
VE Newbie
VE Newbie
Posts: 1
Joined: Mon Oct 24, 2022 9:46 am

Surfaces simulation data

Post by kprusicka »

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?
tanveer
VE Newbie
VE Newbie
Posts: 3
Joined: Tue Nov 08, 2022 1:13 pm
Location: GB
Contact:

Re: Surfaces simulation data

Post by tanveer »

Hi,

Difficult to explain the reason behind many surfaces missing in the script results without a snapshot.

Can you paste of snapshot of how actully you are looping through surfaces ?
murphyrw
VE Newbie
VE Newbie
Posts: 8
Joined: Mon Jul 27, 2009 10:23 am

Re: Surfaces simulation data

Post by murphyrw »

People have been asking this question for 7 years. Believe it is solved here:
https://forums.iesve.com/viewtopic.php? ... ab#p114617
Post Reply