Search found 9 matches

by dtnuno
Thu Jan 30, 2020 11:14 am
Forum: VE Python API
Topic: Reading CLG and HTG files
Replies: 7
Views: 7207

Re: Reading CLG and HTG files

T
If you can see them in Vista then the variables are available. Is the issue that they don't appear when calling get_variables()? I don't think component level variables are included in the output of that method. However you can still use them with get_component_results().


Yes, that would be ...
by dtnuno
Thu Jan 30, 2020 10:03 am
Forum: VE Python API
Topic: Reading CLG and HTG files
Replies: 7
Views: 7207

Re: Reading CLG and HTG files


They are there as long as you have enabled HVAC component results in the output options when running your simulation.

They are tied to specific components so you need to use get_hvac_component_results().


First of all, thank you for being patient with me.

Yes I will then use the function get ...
by dtnuno
Wed Jan 29, 2020 5:28 pm
Forum: VE Python API
Topic: Reading CLG and HTG files
Replies: 7
Views: 7207

Re: Reading CLG and HTG files

Thank you for the reply. I don't know exactly why that file wasn't working but i tried with another htg and it works fine thank you.

On another note, if you could help me with another matter I have at hands, I'd be very grateful :)

When using the filereader to retrieve the variable list, I can't ...
by dtnuno
Tue Jan 28, 2020 10:58 am
Forum: VE Python API
Topic: Apache HVAC components - ResultsReader
Replies: 10
Views: 11802

Re: Apache HVAC components - ResultsReader

Thank you very much for the help :)
by dtnuno
Tue Jan 28, 2020 10:29 am
Forum: VE Python API
Topic: Apache HVAC components - ResultsReader
Replies: 10
Views: 11802

Re: Apache HVAC components - ResultsReader

Thank you.

But how would I be able to get my hands on the examples though? Are they online?
by dtnuno
Tue Jan 28, 2020 9:47 am
Forum: VE Python API
Topic: Apache HVAC components - ResultsReader
Replies: 10
Views: 11802

Re: Apache HVAC components - ResultsReader

I'm using IESVE 2019 Version 1.0.0.

I already confirmed and in my installation, I do have only one HVAC folder which is the one mentioned before.

Thank you in advance
by dtnuno
Tue Jan 28, 2020 9:13 am
Forum: VE Python API
Topic: Apache HVAC components - ResultsReader
Replies: 10
Views: 11802

Re: Apache HVAC components - ResultsReader

First of all, thank you for the reply.

I see. I did look into the wrong folder. But the folder you mention doesn't seem to exist. I mean, inside api_examples I cannot seem to find HVAC folder at all.

You said it should appear by default, but in my case it is not. How would one add it to the panel ...
by dtnuno
Mon Jan 27, 2020 6:18 pm
Forum: VE Python API
Topic: Apache HVAC components - ResultsReader
Replies: 10
Views: 11802

Re: Apache HVAC components - ResultsReader

I am having the same issue here. The thing is: the folder mentioned has files .pye which i cannot see the content. Furthermore, I am unable to import it. I also noticed there is no __init__.py file in the folder.

How would one proceed in this situation?
by dtnuno
Fri Jan 24, 2020 10:08 am
Forum: VE Python API
Topic: Reading CLG and HTG files
Replies: 7
Views: 7207

Reading CLG and HTG files

Hello

I've searched the forum and found a post where someone was in need to interrogate HTG and CLG files. Since I am also in need for it and the solution presented in that post didn't work for me, I was wondering if the functionality changed into a new class or stopped being supported.

The ...