Skip to content

Commit a885568

Browse files
committed
Changed shunt docs
1 parent c404096 commit a885568

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/network-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ The PowerModels network data dictionary structure is roughly as follows:
4848
"shunt":{
4949
"1":{
5050
"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.
51+
"gs":<float>, # Active power withdrawn at unity voltage (1 p.u.)
52+
"bs":<float>, # Reactive power injected at unity voltage (1 p.u.)
5353
...
5454
},
5555
"2":{...},

0 commit comments

Comments
 (0)