Skip to content

Commit b3457ec

Browse files
committed
correct bus parameter after rebase
1 parent fa8620f commit b3457ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/UnitTests/PhasorDynamics/ConverterRegcaTests.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ namespace GridKit
600600
"class": "bus",
601601
"name": "Bus 1",
602602
"init": { "Vr": 1.0, "Vi": 0.0 },
603-
"v_base": 1.0
603+
"params": { "kv": 1.0 }
604604
}
605605
],
606606
"devices": [

0 commit comments

Comments
 (0)