How to add a setpoint manager after cooling coil in an airloop through openstudio sdk python

asked 2023-06-13 20:41:14 -0500

Kunyu's avatar

updated 2023-06-14 11:57:56 -0500

I would like to add a setpoint manager to control the humidity ratio after the cooling coil in an air loop, and I'm doing this through openstudio sdk python.

image description

The python code for this is like: object.addToNode(node)

My question is that how to get the oulet node object of the cooling coil instead of supply outlet node of the air loop?

Thanks.

edit retag flag offensive close merge delete