Search found 4 matches

by ZengaNyi
Mon Aug 19, 2019 10:57 am
Forum: VE Python API
Topic: WeatherFile
Replies: 4
Views: 2874

Re: WeatherFile

Hello,

I am also interested in finding a way to change the weather file through scripting (I am yet to find a way)- would appreciate any updates on this thread!

Thank you
by ZengaNyi
Thu Aug 08, 2019 3:08 pm
Forum: VE Python API
Topic: Accessing Max. Adaptive Temp
Replies: 6
Views: 3110

Re: Accessing Max. Adaptive Temp

Hi Rhind,

Can I access the max. adaptive temperature from the function get_weather_results()? I am currently unable to identify the 'aps_var' and the 'vista_var' for max. adaptive temperature. I have used the get_variables() function to identify the 'aps_var' and 'vista_var' for all of the ...
by ZengaNyi
Thu Aug 08, 2019 1:57 pm
Forum: VE Python API
Topic: Accessing Max. Adaptive Temp
Replies: 6
Views: 3110

Re: Accessing Max. Adaptive Temp

Thank you for your help.

I have tried to use both 15 and 16 in order to get running-mean temperature and max adaptive temperature.

Those variables are just returning the dry-bulb temperature - could you let me know why?

Code is as follows:

aps_file_name = IesFilePicker.pick_aps_file()
results ...
by ZengaNyi
Wed Jul 31, 2019 9:56 am
Forum: VE Python API
Topic: Accessing Max. Adaptive Temp
Replies: 6
Views: 3110

Accessing Max. Adaptive Temp

I have two queries, and would be very grateful for your help on either of them.

1) Is there a way to access the 'Max. Adaptive Temperature' from using the VE Python API?

- When this data within VE Vista, it is contained in the weather file section. Is there a way to access the 'Max. Adaptive ...