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
afteraggregated_valuebeforefinishloadregisterresetsetupunregistervaluesAttributes
agg_funcchildrencommentepsilonignore_nanis_constraintis_objectivemodelnamenodeparentsthreshold-