Skip to content

Commit 976ebee

Browse files
authored
Merge pull request #979 from PowerGridModel/feature/update-docs
update voltage sensor angle required
2 parents 34abebf + 392cb27 commit 976ebee

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

docs/user_manual/components.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -731,10 +731,14 @@ voltage is a line-to-line voltage. In a `asym_voltage_sensor` the measured volta
731731

732732
##### Input
733733

734-
| name | data type | unit | description | required | update | valid values |
735-
| ------------------ | ---------------- | -------- | -------------------------------------------------------------------- | :--------------------------------: | :------: | :----------: |
736-
| `u_measured` | `RealValueInput` | volt (V) | measured voltage magnitude | ✨ only for state estimation | ✔ | `> 0` |
737-
| `u_angle_measured` | `RealValueInput` | rad | measured voltage angle (only possible with phasor measurement units) | ❌ | ✔ | |
734+
| name | data type | unit | description | required | update | valid values |
735+
| ------------------ | ---------------- | -------- | -------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------: | :------: | :----------: |
736+
| `u_measured` | `RealValueInput` | volt (V) | measured voltage magnitude | ✨ only for state estimation | ✔ | `> 0` |
737+
| `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 | ✔ | |
738+
739+
```{note}
740+
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).
741+
```
738742

739743
##### Steady state output
740744

0 commit comments

Comments
 (0)