set_node_base_demand
Update a junction node's base demand in a water distribution network model, specifying the node ID and new demand value.
Instructions
Set the base demand for a junction node.
Args: network_id: Session id. node_id: Junction node name/ID. demand: New base demand in the network's flow units. demand_category: Demand category index (default 1).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| demand | Yes | ||
| node_id | Yes | ||
| network_id | Yes | ||
| demand_category | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |