pywr.recorders.MinimumThresholdVolumeStorageRecorder¶
-
class
pywr.recorders.
MinimumThresholdVolumeStorageRecorder
¶ Record whether a Storage node falls below a particular volume threshold during a simulation.
This recorder will return a value of 1.0 for scenarios where the volume Storage is less than or equal to the threshold at any time-step during the simulation. Otherwise it will return zero.
-
__init__
($self, /, *args, **kwargs)¶ Initialize self. See help(type(self)) for accurate signature.
Methods
after
aggregated_value
before
finish
load
register
reset
setup
unregister
values
Attributes
agg_func
children
comment
epsilon
ignore_nan
is_constraint
is_objective
model
name
node
parents
threshold
-