Setpoint manager on Chiller's outlet node in Ruby
[updated with an image]
I am trying to add a setpoint manager on the outlet node of a ChillerElectricEIR object in the supply side of a chilled water loop. I have followed the instruction as shown in here. However, it still gives me an error undefined method 'outletModelObject' for #
.
I have also tried to rename the outlet node for the chiller using setChilledWaterOutletNodeName(<string>)
, yet the chiller's name is still in hex code when I call it with chilledWaterOutletNodeName
Can anyone please help?
I am trying to create a measure for the following system
Comments
Could you post the code you are using to call the
ChillerElectricEIR
object? It looks like it may be receiving anOptional