get_nodes
Retrieve all nodes from a water network model, including junctions, tanks, and reservoirs, with attributes such as elevation, base demand, and tank levels.
Instructions
Return all nodes (junctions, tanks, reservoirs) with their attributes.
Attributes include elevation, base demand, and type. Tanks also include min/max/initial water levels and diameter.
Args: network_id: Session id of the network to inspect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |