set_pump_head_curve
Replace a pump's head-flow curve by specifying flow and head value arrays in an EPANET water network model.
Instructions
Set (replace) the head-flow curve of a pump.
Args: network_id: Session id. pump_id: Pump link name/ID. flow_values: X-axis (flow) values. head_values: Y-axis (head) values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pump_id | Yes | ||
| network_id | Yes | ||
| flow_values | Yes | ||
| head_values | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |