967 B
967 B
1 | Unit | Values | Description | |
---|---|---|---|---|
2 | simplify | |||
3 | -- to_substations | bool | {'true','false'} | Aggregates all nodes without power injection (positive or negative, i.e. demand or generation) to electrically closest ones |
4 | -- aggregation_strategies | |||
5 | -- -- generators | |||
6 | -- -- -- {key} | str | {key} can be any of the component of the generator (str). It’s value can be any that can be converted to pandas.Series using getattr(). For example one of {min, max, sum}. | Aggregates the component according to the given strategy. For example, if sum, then all values within each cluster are summed to represent the new generator. |
7 | -- -- buses | |||
8 | -- -- -- {key} | str | {key} can be any of the component of the bus (str). It’s value can be any that can be converted to pandas.Series using getattr(). For example one of {min, max, sum}. | Aggregates the component according to the given strategy. For example, if sum, then all values within each cluster are summed to represent the new bus. |