pywr.parameters.control_curves.BaseControlCurveParameter¶
-
class
pywr.parameters.control_curves.BaseControlCurveParameter¶ Base class for all Parameters that rely on a the attached Node containing a control_curve Parameter
-
__init__()¶ Parameters: - storage_node : Storage
An optional Storage node that can be used to query the current percentage volume.
- control_curves : iterable of Parameter objects or single Parameter
The Parameter objects to use as a control curve(s).
Methods
afterbeforefinishget_all_valuesget_double_lower_boundsget_double_upper_boundsget_double_variablesget_integer_lower_boundsget_integer_upper_boundsget_integer_variablesget_valueloadlower_boundsregisterresetset_double_variablesset_integer_variablessetupunregisterupdateupper_boundsvalueAttributes
childrencommentcontrol_curvesdouble_sizeinteger_sizeis_variablemodelnameparentssizestorage_node-