We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c404096 commit a885568Copy full SHA for a885568
docs/src/network-data.md
@@ -48,8 +48,8 @@ The PowerModels network data dictionary structure is roughly as follows:
48
"shunt":{
49
"1":{
50
"shunt_bus":<int>, # Index of the bus to which the shunt is attached
51
- "gs":<float>, # Active power withdrawn per voltage p.u.
52
- "bs":<float>, # Reactive power withdrawn per voltage p.u.
+ "gs":<float>, # Active power withdrawn at unity voltage (1 p.u.)
+ "bs":<float>, # Reactive power injected at unity voltage (1 p.u.)
53
...
54
},
55
"2":{...},
0 commit comments