Loading...
Loading...
Loading...
Loading...
Loading...
Recorder for timeseries of curtailment ratio from a Node. This class stores curtailment ratio from a specific node for each time-step of a simulation. The data is saved internally using a memory view. The data can be accessed through the data attribute or to_dataframe() method. API Reference
model
node
Node instance to record
Optional
temporal_agg_func
Aggregation function used over time when computing a value per scenario. This can be used to return, for example, the median flow over a simulation. For aggregation over scenarios see the agg_func keyword argument
Optional
coming soon...
Recorder for timeseries of ratio of supplied flow from a Node. This class stores supply ratio from a specific node for each time-step of a simulation. The data is saved internally using a memory view. The data can be accessed through the data attribute or to_dataframe() method. API Reference
model
node
Node instance to record
Optional
temporal_agg_func
Aggregation function used over time when computing a value per scenario. This can be used to return, for example, the median flow over a simulation. For aggregation over scenarios see the agg_func keyword argument
Optional
coming soon...
Recorder for timeseries of deficit from a Node. This class stores deficit from a specific node for each time-step of a simulation. The data is saved internally using a memory view. The data can be accessed through the data attribute or to_dataframe() method. API Reference
model
node
Node instance to record
Optional
temporal_agg_func
Aggregation function used over time when computing a value per scenario. This can be used to return, for example, the median flow over a simulation. For aggregation over scenarios see the agg_func keyword argument.
Optional
coming soon...
Recorder to total the difference between modelled flow and max_flow for a Node. API Reference
model
node
Node instance to record
Optional
comment
comment
Optional
coming soon...
Recorder to return the frequency of timesteps with a failure to meet max_flow. API Reference
model
node
Node instance to record
Optional
comment
comment
Optional
coming soon...