Page 1 of 1

Getting Apache HVAC Prototype System Name

Posted: Fri Feb 18, 2022 11:49 am
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,

Re: Getting Apache HVAC Prototype System Name

Posted: Tue Apr 05, 2022 6:30 am
by enerGwizz
Try

Code: Select all

system.reference
instead of

Code: Select all

system.id
.