load_network
Load an EPANET .inp file into a named session, returning a network summary with node/link counts, flow units, and simulation duration.
Instructions
Load an EPANET .inp file into a named session.
Args:
path: Absolute file path, relative path, or bare filename
(e.g. "Net1.inp") searched in ePyT's bundled networks.
network_id: Optional human-readable session identifier.
Defaults to the file's base name without extension.
Returns:
network_id, path, and a network summary (node/link counts,
flow units, simulation duration).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| network_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |