File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -569,6 +569,10 @@ with the highest probability.
569
569
| ----------------- | --------- | ---- | ------------------------- | :------: | :------: | :---------------: |
570
570
| ` measured_object ` | ` int32_t ` | - | ID of the measured object | ✔ ; | ❌ ; | a valid object ID |
571
571
572
+ #### Output
573
+
574
+ A sensor only has output for state estimation. For other calculation types, sensor output is undefined.
575
+
572
576
### Generic Voltage Sensor
573
577
574
578
* type name: ` generic_voltage_sensor `
@@ -603,6 +607,10 @@ voltage is a line-to-line voltage. In a `asym_voltage_sensor` the measured volta
603
607
604
608
##### Steady state output
605
609
610
+ ``` {note}
611
+ A sensor only has output for state estimation. For other calculation types, sensor output is undefined.
612
+ ```
613
+
606
614
| name | data type | unit | description |
607
615
| ------------------ | ----------------- | -------- | ------------------------------------------------------------------------------------------------------------------------ |
608
616
| ` u_residual ` | ` RealValueOutput ` | volt (V) | residual value between measured voltage magnitude and calculated voltage magnitude |
@@ -688,6 +696,10 @@ See the documentation on [state estimation calculation methods](calculations.md#
688
696
689
697
##### Steady state output
690
698
699
+ ``` {note}
700
+ A sensor only has output for state estimation. For other calculation types, sensor output is undefined.
701
+ ```
702
+
691
703
| name | data type | unit | description |
692
704
| ------------ | ----------------- | -------------------------- | ---------------------------------------------------------------------------- |
693
705
| ` p_residual ` | ` RealValueOutput ` | watt (W) | residual value between measured active power and calculated active power |
You can’t perform that action at this time.
0 commit comments