Range checking
Range check calculations are a special type of calculation that allows the user to validate a node is within hard or soft limits. The node changes colour depending on it’s condition at each time period, and logs warnings in the error log if outside the limits.
Within Limits
Outside Soft Limits (Low/High)
Outside Hard Limits (LowLow/HighHigh)
Log
Info
The log is accessible by right clicking a scenario and clicking on the view log button
In addition to colouring the nodes, there is another type of calculation called rangecheckresult([rangecheck_node])
that returns
-2 => below lowlow
-1 => below low
0 => ok
1 => above high
2 => above highhigh