ENgetelseaction {epanet2toolkit} | R Documentation |
Gets the properties of an ELSE action in a rule-based control.
Description
Gets the properties of an ELSE action in a rule-based control.
Usage
ENgetelseaction(ruleIndex, actionIndex)
Arguments
ruleIndex |
the rule's index (starting from 1). |
actionIndex |
the index of the ELSE action to retrieve (starting from 1). |
Value
list with the following components:
- linkIndex
the index of the link in the action
- status
the status assigned to the link
- setting
the value assigned to the link's setting
[Package epanet2toolkit version 1.0.5 Index]