From f2121efee2cd6d8f5ee61ffb5d064da6b0b7235c Mon Sep 17 00:00:00 2001 From: petersalemink95 Date: Wed, 30 Apr 2025 11:11:58 +0200 Subject: [PATCH 1/4] update voltage sensor angle required Signed-off-by: petersalemink95 --- docs/user_manual/components.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/user_manual/components.md b/docs/user_manual/components.md index b1c10269b..e5cf2939f 100644 --- a/docs/user_manual/components.md +++ b/docs/user_manual/components.md @@ -731,10 +731,10 @@ voltage is a line-to-line voltage. In a `asym_voltage_sensor` the measured volta ##### Input -| name | data type | unit | description | required | update | valid values | -| ------------------ | ---------------- | -------- | -------------------------------------------------------------------- | :--------------------------------: | :------: | :----------: | -| `u_measured` | `RealValueInput` | volt (V) | measured voltage magnitude | ✨ only for state estimation | ✔ | `> 0` | -| `u_angle_measured` | `RealValueInput` | rad | measured voltage angle (only possible with phasor measurement units) | ❌ | ✔ | | +| name | data type | unit | description | required | update | valid values | +| ------------------ | ---------------- | -------- | -------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------: | :------: | :----------: | +| `u_measured` | `RealValueInput` | volt (V) | measured voltage magnitude | ✨ only for state estimation | ✔ | `> 0` | +| `u_angle_measured` | `RealValueInput` | rad | measured voltage angle (only possible with phasor measurement units) | ✨ only for state estimation when a current sensor with `global` `angle_measurement_type` is present | ✔ | | ##### Steady state output From 754bbd99a595beec262ed55dbdba4f6f04237fea Mon Sep 17 00:00:00 2001 From: petersalemink95 Date: Wed, 30 Apr 2025 11:18:05 +0200 Subject: [PATCH 2/4] add note Signed-off-by: petersalemink95 --- docs/user_manual/components.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/user_manual/components.md b/docs/user_manual/components.md index e5cf2939f..f156de6f6 100644 --- a/docs/user_manual/components.md +++ b/docs/user_manual/components.md @@ -736,6 +736,10 @@ voltage is a line-to-line voltage. In a `asym_voltage_sensor` the measured volta | `u_measured` | `RealValueInput` | volt (V) | measured voltage magnitude | ✨ only for state estimation | ✔ | `> 0` | | `u_angle_measured` | `RealValueInput` | rad | measured voltage angle (only possible with phasor measurement units) | ✨ only for state estimation when a current sensor with `global` `angle_measurement_type` is present | ✔ | | +```{note} +When a current sensor with `global` `angle_measurement_type` is present there needs to be a voltage sensor with `u_angle_measured` in the grid to perform a state estimation. +``` + ##### Steady state output ```{note} From 2819959abe75dc85bf6aac93e7ab7aa9bc96ad20 Mon Sep 17 00:00:00 2001 From: petersalemink95 Date: Wed, 30 Apr 2025 11:20:24 +0200 Subject: [PATCH 3/4] adjust note Signed-off-by: petersalemink95 --- docs/user_manual/components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user_manual/components.md b/docs/user_manual/components.md index f156de6f6..20fd5d2d4 100644 --- a/docs/user_manual/components.md +++ b/docs/user_manual/components.md @@ -737,7 +737,7 @@ voltage is a line-to-line voltage. In a `asym_voltage_sensor` the measured volta | `u_angle_measured` | `RealValueInput` | rad | measured voltage angle (only possible with phasor measurement units) | ✨ only for state estimation when a current sensor with `global` `angle_measurement_type` is present | ✔ | | ```{note} -When a current sensor with `global` `angle_measurement_type` is present there needs to be a voltage sensor with `u_angle_measured` in the grid to perform a state estimation. +When a current sensor with `global` `angle_measurement_type` is present there needs to be a voltage sensor with `u_angle_measured` in the grid as a reference angle (when performing a state estimation). ``` ##### Steady state output From 392cb27198a300c66bdaebc1136af12a8ddafdb4 Mon Sep 17 00:00:00 2001 From: petersalemink95 Date: Wed, 30 Apr 2025 11:31:17 +0200 Subject: [PATCH 4/4] global_angle Signed-off-by: petersalemink95 --- docs/user_manual/components.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user_manual/components.md b/docs/user_manual/components.md index 20fd5d2d4..58f09c1da 100644 --- a/docs/user_manual/components.md +++ b/docs/user_manual/components.md @@ -734,10 +734,10 @@ voltage is a line-to-line voltage. In a `asym_voltage_sensor` the measured volta | name | data type | unit | description | required | update | valid values | | ------------------ | ---------------- | -------- | -------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------: | :------: | :----------: | | `u_measured` | `RealValueInput` | volt (V) | measured voltage magnitude | ✨ only for state estimation | ✔ | `> 0` | -| `u_angle_measured` | `RealValueInput` | rad | measured voltage angle (only possible with phasor measurement units) | ✨ only for state estimation when a current sensor with `global` `angle_measurement_type` is present | ✔ | | +| `u_angle_measured` | `RealValueInput` | rad | measured voltage angle (only possible with phasor measurement units) | ✨ only for state estimation when a current sensor with `global_angle` `angle_measurement_type` is present | ✔ | | ```{note} -When a current sensor with `global` `angle_measurement_type` is present there needs to be a voltage sensor with `u_angle_measured` in the grid as a reference angle (when performing a state estimation). +When a current sensor with `global_angle` `angle_measurement_type` is present there needs to be a voltage sensor with `u_angle_measured` in the grid as a reference angle (when performing a state estimation). ``` ##### Steady state output