Search found 4 matches

by nikhil_makan
Fri Feb 18, 2022 11:49 am
Forum: VE Python API
Topic: Getting Apache HVAC Prototype System Name
Replies: 1
Views: 3068

Getting Apache HVAC Prototype System Name

Hello All,

Is there anyway to return the name of a prototype system i.e. the name the user is able edit in IES. I have only been successful in returning the ids using the 'Networks' attribute 'systems_dict'.

Thanks,
by nikhil_makan
Fri Feb 18, 2022 11:45 am
Forum: VE Python API
Topic: ApacheHVAC Component Variable Names
Replies: 7
Views: 4329

Re: ApacheHVAC Component Variable Names

Perfect! That wasn't too clear in the documentation, but fixed my issue. Thank you!

Going back to the original question however is there anywhere to get the aps variable names for HVAC components? For example, I am unable to return results of Heating or Cooling Coils for the variables 'Air entering ...
by nikhil_makan
Thu Feb 17, 2022 2:37 am
Forum: VE Python API
Topic: Reading CLG and HTG files
Replies: 7
Views: 3265

Re: Reading CLG and HTG files

@dtnuno did you by any chance have any success in reading the HVAC Component Results in the end? Or at least get a list of the apache HVAC component aps_var names? I am having the same issue and getting an error and I think its due to the variable name I am using.
by nikhil_makan
Wed Feb 16, 2022 12:23 am
Forum: VE Python API
Topic: ApacheHVAC Component Variable Names
Replies: 7
Views: 4329

ApacheHVAC Component Variable Names

Good Day, I know there has been a few other post related to this topic which I will paste the links here for reference.

https://forums.iesve.com/viewtopic.php?t=67027&sid=99f3cfda73d47e6449409ec25d0d3b74
https://forums.iesve.com/viewtopic.php?t=67057&sid=99f3cfda73d47e6449409ec25d0d3b74

I am ...