Getting Apache HVAC Prototype System Name

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
nikhil_makan
VE Newbie
VE Newbie
Posts: 4
Joined: Wed Feb 16, 2022 12:00 am

Getting Apache HVAC Prototype System Name

Post by nikhil_makan »

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,
enerGwizz
VE Student
VE Student
Posts: 46
Joined: Thu Mar 01, 2012 6:36 pm
Location: Los Angeles

Re: Getting Apache HVAC Prototype System Name

Post by enerGwizz »

Try

Code: Select all

system.reference
instead of

Code: Select all

system.id
.
--
Greg
Post Reply