First time here? Check out the Help page!
1 | initial version |
Enabling Output:Variables on the Variables tab of OpenStudio does not allow you to request a specific Key Value (i.e. the specific name of the node you want in this case), so you end up with all nodes being reported, but that includes the one you want. (By clicking on the chiller outlet node (or any other node) in OpenStudio on the HVAC tab you see its actual name in the right pane).
If you want to avoid having all nodes being reported, you'll need to use the ruby bindings or an OpenStudio Measure, for eg:
(disclaimer: I'm the author of the last two)
2 | No.2 Revision |
Enabling Output:Variables Output:Variable
s on the Variables tab of OpenStudio does not allow you to request a specific Key
Value Value (i.e. the specific name of the node you want in this case), case, cf E+ I/O reference Guide here), so you end up with all nodes being reported, but that includes the one you want. (By clicking on the chiller outlet node (or any other node) in OpenStudio on the HVAC tab you see its actual name in the right pane).
If you want to avoid having all nodes being reported, you'll need to use the ruby bindings or an OpenStudio Measure, for eg:
(disclaimer: I'm the author of the last two)