From 44be7ed97eaa1212b3619d75591182c9b86be5d1 Mon Sep 17 00:00:00 2001 From: mcosovic Date: Fri, 8 Nov 2024 13:38:40 +0100 Subject: [PATCH] update docs --- docs/src/manual/measurementModel.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/manual/measurementModel.md b/docs/src/manual/measurementModel.md index e4b53eca..b471fc76 100644 --- a/docs/src/manual/measurementModel.md +++ b/docs/src/manual/measurementModel.md @@ -417,8 +417,8 @@ addBus!(system; label = "Bus 2", base = 135e3) addBranch!(system; label = "Branch 1", from = "Bus 1", to = "Bus 2", reactance = 0.12) addPmu!(system, device; bus = "Bus 1", magnitude = 85.74, angle = 5.73, varianceAngle = 0.06) -addPmu!(system, device; from = "Branch 1", magnitude = 167.35, angle = -11.46, noise = true) -addPmu!(system, device; to = "Branch 1", magnitude = 150.61, angle = 0.0) +addPmu!(system, device; from = "Branch 1", magnitude = 427.67, angle = -11.46, noise = true) +addPmu!(system, device; to = "Branch 1", magnitude = 384.91, angle = 0.0) ``` In this example, we have opted to specify kilovolts (kV) and degrees (deg) for the PMU located at `Bus 1`, and amperes (A) and degrees (deg) for the PMUs located at `Branch 1`. It is important to note that regardless of the units used, the values will still be stored in per-units and radians: