Skip to content

Commit 7f00482

Browse files
ignored file
Signed-off-by: Jerry Guo <Jerry.Jinfeng.Guo@alliander.com>
1 parent 60011ca commit 7f00482

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# SPDX-FileCopyrightText: Contributors to the Power Grid Model project <powergridmodel@lfenergy.org>
2+
#
3+
# SPDX-License-Identifier: MPL-2.0
4+
---
5+
# Test mapping file for optional_extra feature
6+
grid:
7+
nodes:
8+
node:
9+
id:
10+
auto_id:
11+
key: node_id
12+
u_rated: voltage
13+
extra:
14+
- ID
15+
- Name
16+
- optional_extra:
17+
- GUID
18+
- StationID
19+
20+
units:
21+
V:
22+
kV: 1000.0
23+
24+
substitutions: {}

0 commit comments

Comments
 (0)