You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The NodeInputManager::GetOnlySingleNode function is used to get a node number. One of requirements is to provide DataLoopNode::ConnectionObjectType. The current list of ConnectionObjectType may not cover all possible object types, such as AirLoopHVAC:Splitter and AirLoopHVAC:Mixer. These two objects may be needed in the list, so that the GetOnlySingleNode can be used to get node numbers defined in these two objects.
Issue overview
The NodeInputManager::GetOnlySingleNode function is used to get a node number. One of requirements is to provide DataLoopNode::ConnectionObjectType. The current list of ConnectionObjectType may not cover all possible object types, such as AirLoopHVAC:Splitter and AirLoopHVAC:Mixer. These two objects may be needed in the list, so that the GetOnlySingleNode can be used to get node numbers defined in these two objects.
This issue was raised after review of PR #10042
Details
Some additional details for this issue (if relevant):
Checklist
Add to this list or remove from it as applicable. This is a simple templated set of guidelines.
The text was updated successfully, but these errors were encountered: