pywr.recorders.TimestepCountIndexParameterRecorder

class pywr.recorders.TimestepCountIndexParameterRecorder(model, IndexParameter parameter, int threshold, *args, **kwargs)

Record the number of times an index parameter exceeds a threshold for each scenario.

This recorder will count the number of timesteps so will be a daily count when running on a daily timestep.

Parameters:
modelpywr.core.Model
parameterpywr.core.IndexParameter

The parameter to record

thresholdint

The threshold to compare the parameter to

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

after(self)

aggregated_value(self)

before(self)

finish(self)

is_constraint_violated(self)

Returns true if the value from this Recorder violates its constraint bounds.

load(cls, model, data)

register(cls)

reset(self)

setup(self)

unregister(cls)

values(self)

Attributes

agg_func

children

comment

comment: unicode

constraint_lower_bounds

constraint_upper_bounds

epsilon

epsilon: 'double'

ignore_nan

ignore_nan: 'bool'

is_constraint

Returns true if either upper or lower constraint bounds is defined.

is_double_bounded_constraint

Returns true if upper and lower constraint bounds are both defined and not-equal to one another.

is_equality_constraint

Returns true if upper and lower constraint bounds are both defined and equal to one another.

is_lower_bounded_constraint

Returns true if lower constraint bounds is defined and upper constraint bounds is not.

is_objective

is_upper_bounded_constraint

Returns true if upper constraint bounds is defined and lower constraint bounds is not.

model

name

parameter

parents

tags

tags: dict

threshold

threshold: 'int'