File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 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.
569569| ----------------- | --------- | ---- | ------------------------- | :------: | :------: | :---------------: |
570570| ` measured_object ` | ` int32_t ` | - | ID of the measured object | ✔ ; | ❌ ; | a valid object ID |
571571
572+ #### Output
573+
574+ A sensor only has output for state estimation. For other calculation types, sensor output is undefined.
575+
572576### Generic Voltage Sensor
573577
574578* type name: ` generic_voltage_sensor `
@@ -603,6 +607,10 @@ voltage is a line-to-line voltage. In a `asym_voltage_sensor` the measured volta
603607
604608##### Steady state output
605609
610+ ``` {note}
611+ A sensor only has output for state estimation. For other calculation types, sensor output is undefined.
612+ ```
613+
606614| name | data type | unit | description |
607615| ------------------ | ----------------- | -------- | ------------------------------------------------------------------------------------------------------------------------ |
608616| ` 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#
688696
689697##### Steady state output
690698
699+ ``` {note}
700+ A sensor only has output for state estimation. For other calculation types, sensor output is undefined.
701+ ```
702+
691703| name | data type | unit | description |
692704| ------------ | ----------------- | -------------------------- | ---------------------------------------------------------------------------- |
693705| ` 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