Learn R Programming

epanet2toolkit (version 1.0.8)

ENsetpremisevalue: Sets the value in a premise of a rule-based control

Description

Sets the value in a premise of a rule-based control

Usage

ENsetpremisevalue(ruleIndex, premiseIndex, value)

Value

null

Arguments

ruleIndex

the rule's index (staring from 1).

premiseIndex

the premise's index (starting from 1).

value

The value that the premise's variable is compared to.