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
+15-13Lines changed: 15 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ also of importance, i.e., the measurements should be topologically independent.
93
93
```
94
94
95
95
```{note}
96
-
Global angle current measurements require at least one voltage angle measurement to make sense.
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).
|`measured_terminal_type`| {py:class}`MeasuredTerminalType <power_grid_model.enum.MeasuredTerminalType>`| - | indicate the side of the `branch`|✔|❌| the terminal type should match the `measured_object`|
749
749
|`angle_measurement_type`| {py:class}`AngleMeasurementType <power_grid_model.enum.AngleMeasurementType>`| - | indicate whether the measured angle is a global angle or a local angle; (see the [electric model](#local-angle-current-sensors) below) |✔|❌||
750
-
|`i_sigma`|`double`| ampere (A) | standard deviation of the current (`i`) measurement error. Usually this is the absolute measurement error range divided by 3. |❌|✔|`> 0`|
751
-
|`i_angle_sigma`|`double`| rad | standard deviation of the current (`i`) phase angle measurement error. Usually this is the absolute measurement error range divided by 3. |❌|✔|`> 0`|
750
+
|`i_sigma`|`double`| ampere (A) | standard deviation of the current (`i`) measurement error. Usually this is the absolute measurement error range divided by 3. |✔|✔|`> 0`|
751
+
|`i_angle_sigma`|`double`| rad | standard deviation of the current (`i`) phase angle measurement error. Usually this is the absolute measurement error range divided by 3. |✔|✔|`> 0`|
0 commit comments