From a885568ae1e6f47582c69a70288f1a8d36b83ca6 Mon Sep 17 00:00:00 2001 From: Luis Kuhrmann Date: Sun, 27 Jul 2025 10:44:58 +0200 Subject: [PATCH] Changed shunt docs --- docs/src/network-data.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/network-data.md b/docs/src/network-data.md index b2f7ff979..3262ef9c5 100644 --- a/docs/src/network-data.md +++ b/docs/src/network-data.md @@ -48,8 +48,8 @@ The PowerModels network data dictionary structure is roughly as follows: "shunt":{ "1":{ "shunt_bus":, # Index of the bus to which the shunt is attached - "gs":, # Active power withdrawn per voltage p.u. - "bs":, # Reactive power withdrawn per voltage p.u. + "gs":, # Active power withdrawn at unity voltage (1 p.u.) + "bs":, # Reactive power injected at unity voltage (1 p.u.) ... }, "2":{...},