741 B
741 B
1 | Unit | Values | Description | |
---|---|---|---|---|
2 | simplify_network | |||
3 | -- to_substations | bool | One of {'true','false'} | Aggregates all nodes without power injection (positive or negative, i.e. demand or generation) to electrically closest ones |
4 | -- algorithm | str | One of {‘kmenas’, ‘hac’} | |
5 | -- feature | str | Str in the format ‘carrier1+carrier2+...+carrierN-X’, where CarrierI can be from {‘solar’, ‘onwind’, ‘offwind’, ‘ror’} and X is one of {‘cap’, ‘time’}. | |
6 | cluster_network | |||
7 | -- algorithm | str | One of {‘kmenas’, ‘hac’} | |
8 | -- feature | str | Str in the format ‘carrier1+carrier2+...+carrierN-X’, where CarrierI can be from {‘solar’, ‘onwind’, ‘offwind’, ‘ror’} and X is one of {‘cap’, ‘time’}. |