ENsetdemandname {epanet2toolkit} | R Documentation |
Sets the name of a node's demand category.
Description
Sets the name of a node's demand category.
Usage
ENsetdemandname(nodeindex, demand_index, demand_name)
Arguments
nodeindex |
a node's index (starting from 1). |
demand_index |
the index of one of the node's demand categories (starting from 1). |
demand_name |
The name of the selected category. No more than 30 characters |
[Package epanet2toolkit version 1.0.5 Index]