You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user_manual/calculations.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,11 @@ also of importance, i.e., the measurements should be topologically independent.
96
96
Global angle current measurements require at least one voltage angle measurement to make sense. See also the [current sensor component documentation](./components.md#global-angle-current-sensors).
97
97
```
98
98
99
+
```{note}
100
+
It is not possible to add both a [power sensor](./components.md#generic-current-sensor) and a [current sensor](#./components.mdgeneric-current-sensor) to the same terminal of the same component.
101
+
It is, however, allowed to have both a power sensor and a current sensor on the same branch if they are on different terminals.
102
+
```
103
+
99
104
```{warning}
100
105
The [iterative linear](#iterative-linear-state-estimation) and [Newton-Raphson](#newton-raphson-state-estimation) state estimation algorithms will assume angles to be zero by default (see the details about voltage sensors).
101
106
In observable systems this helps better outputting correct results. On the other hand with unobservable systems, exceptions raised from calculations due to faulty results will be prevented.
@@ -462,6 +467,11 @@ $$
462
467
463
468
Where $S_k$ and $\sigma_{P,k}$ and $\sigma_{Q,k}$ are the measured value and the standard deviation of the individual appliances.
464
469
470
+
```{note}
471
+
It is not possible to add both a [power sensor](./components.md#generic-current-sensor) and a [current sensor](#./components.mdgeneric-current-sensor) to the same terminal of the same component.
472
+
It is, however, allowed to have both a power sensor and a current sensor on the same branch if they are on different terminals.
473
+
```
474
+
465
475
#### State estimate sensor transformations
466
476
467
477
Sometimes, measurements need to be transformed between coordinate spaces. For example, current measurements are in polar coordinates (magnitude and angle), but it is beneficial to transform them to separate real and imaginary components per phase, with each their own variances.
Copy file name to clipboardExpand all lines: docs/user_manual/components.md
+12-2Lines changed: 12 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -650,6 +650,11 @@ In the state estimation result, the power from this injection is distributed equ
650
650
Because of this distribution, at least one appliance is required to be connected to the node where an injection sensor is placed for it to function.
651
651
```
652
652
653
+
```{note}
654
+
It is not possible to add both a [power sensor](#generic-current-sensor) and a [current sensor](#generic-current-sensor) to the same terminal of the same component.
655
+
It is, however, allowed to have both a power sensor and a current sensor on the same branch if they are on different terminals.
656
+
```
657
+
653
658
##### Input
654
659
655
660
| name | data type | unit | description | required | update | valid values |
@@ -741,6 +746,11 @@ The terminal is connecting the from/to end of a `branch` (except `link`) and a `
741
746
Due to the high admittance of a `link` it is chosen that a current sensor cannot be coupled to a `link`, even though a link is a `branch`
742
747
```
743
748
749
+
```{note}
750
+
It is not possible to add both a [power sensor](#generic-current-sensor) and a [current sensor](#generic-current-sensor) to the same terminal of the same component.
751
+
It is, however, allowed to have both a power sensor and a current sensor on the same branch if they are on different terminals.
752
+
```
753
+
744
754
##### Input
745
755
746
756
| name | data type | unit | description | required | update | valid values |
@@ -826,11 +836,11 @@ As a result, the local angle current sensors have a different sign convention fr
0 commit comments