Learn R Programming

epanet2toolkit (version 1.0.8)

ENsetpremisestatus: Sets the status being compared to in a premise of a rule-based control

Description

Sets the status being compared to in a premise of a rule-based control

Usage

ENsetpremisestatus(ruleIndex, premiseIndex, status)

Value

null

Arguments

ruleIndex

the rule's index (starting from 1).

premiseIndex

the premise's index (starting from 1).

status

the status that the premise's object status is compared to (see @ref EN_RuleStatus).