ENsetpremisevalue {epanet2toolkit}R Documentation

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)

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.

Value

null


[Package epanet2toolkit version 1.0.4 Index]