Obtain HVAC zone that the room belongs to

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
ivan_pqs
VE Newbie
VE Newbie
Posts: 6
Joined: Sat Jun 26, 2021 7:00 am

Obtain HVAC zone that the room belongs to

Post by ivan_pqs »

Hello,

I would like to determine the room IDs in a particular HVAC zone, and vice versa.

Does VE have a method to achieve this?

Regards,
Ivan
User avatar
Rhind
IES Staff
IES Staff
Posts: 87
Joined: Fri Mar 22, 2013 5:06 pm

Re: Obtain HVAC zone that the room belongs to

Post by Rhind »

Hi,

The HVACZone object has a room_ids attribute which provides a list of room IDs for that zone.

Hope that helps.
Post Reply