Skip to content
Snippets Groups Projects

Added node ICT parameter to scenario doc

Merged Felix Wege requested to merge doc_scenarios into master
1 file
+ 10
8
Compare changes
  • Side-by-side
  • Inline
+ 10
8
@@ -34,14 +34,16 @@ Each components is represented as one row in the csv-file. The corresponding par
### Node (columns: 6)
| Column | Parameter | Type | Description |
| ------ | ------------- | -------- | ----------------------------------------------------------------------------------------------- |
| 1 | ID | `int` | Numeric identifier of the node agent |
| 2 | "Node" | `string` | Node agent has fixed type "Node" |
| 3 | Transfomer ID | `int` | Numeric identifier of the transformer agent at the top of the subgrid to which the node belongs |
| 4 | "0" | `int` | _Unused_ |
| 5 | "0" | `int` | _Unused_ |
| 6 | Vnom | `double` | Nominal voltage of the node in V |
| Column | Parameter | Type | Description |
| ------ | ---------------- | -------- | ----------------------------------------------------------------------------------------------- |
| 1 | ID | `int` | Numeric identifier of the node agent |
| 2 | "Node" | `string` | Node agent has fixed type "Node" |
| 3 | Transfomer ID | `int` | Numeric identifier of the transformer agent at the top of the subgrid to which the node belongs |
| 4 | "0" | `int` | _Unused_ |
| 5 | "0" | `int` | _Unused_ |
| 6 | Vnom | `double` | Nominal voltage of the node in V |
| 7 | "0" | `int` | _Unused_ |
| 8 | ICT Connectivity | `int` | Indicates if node is connected to the communication network (`1` = connected / `0` = disconnected)|
### Prosumer (columns: 8)
Loading