ENsetelseaction {epanet2toolkit} | R Documentation |
Set properties of an ELSE action in a rule-based control
Description
Set properties of an ELSE action in a rule-based control
Usage
ENsetelseaction(ruleIndex, actionIndex, linkIndex, status, setting)
Arguments
ruleIndex |
the rule's index (starting from 1). |
actionIndex |
the index of the ELSE action being modified (starting from 1). |
linkIndex |
the index of the link in the action (starting from 1). |
status |
the new status assigned to the link |
setting |
the new value assigned to the link's setting. |
Value
null invisibly
[Package epanet2toolkit version 1.0.5 Index]