Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

Accessing isConditioned() from a Surface in 0penStudio Ruby

Hi! Thanks for all the answers by now.

I have this problem in OpenStudio Ruby SDK as I want to access the isConditioned from a Surface. All that comes to my mind is doing something like:

surface.space.get.thermalZone.isConditioned()

And it doesn't works. I can get the thermal zone and it works till than but I can't get any property of it. Anyone knows the right syntax or way to do it?

Thanks a lot as always

Accessing isConditioned() from a Surface in 0penStudio Ruby

Hi! Thanks for all the answers by now.

I have this problem in OpenStudio Ruby SDK as I want to access the isConditioned from a Surface. All that comes to my mind is doing something like:

surface.space.get.thermalZone.isConditioned()

And it doesn't works. I can get the thermal zone and it works till than but I can't get any property of it. Anyone knows the right syntax or way to do it?

Thanks a lot as always