MinParameter

General Description

Parameter that takes minimum of another Parameter and constant value (threshold).

This class is a more efficient version of AggregatedParameter where a single Parameter is compared to constant value. API Reference

Attributes

Name
Description
Required

children

comment

comment: unicode

double_size

double_size: ‘int’

integer_size

integer_size: ‘int’

is_variable

is_variable: ‘bool’

model

name

parameter

parameter: pywr.parameters._parameters.Parameter

parents

size

threshold

threshold: ‘double’

Example

coming soon...

{

}

Last updated