Skip to content

Commit

Permalink
CurrentSensorCalcParam
Browse files Browse the repository at this point in the history
Signed-off-by: petersalemink95 <peter.salemink95@gmail.com>
  • Loading branch information
petersalemink95 committed Dec 30, 2024
1 parent a0609c7 commit b464409
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ template <symmetry_tag sym_type> struct UniformComplexRandomVariable {
// If the imaginary part is NaN, it means the angle calculation is not correct
template <symmetry_tag sym> using VoltageSensorCalcParam = UniformComplexRandomVariable<sym>;

// current sensor calculation parameters for state estimation
// The value is the complex current
// If the imaginary part is NaN, it means the angle calculation is not correct
template <symmetry_tag sym> using CurrentSensorCalcParam = UniformComplexRandomVariable<sym>;

// power sensor calculation parameters for state estimation
// The value is the complex power
// * for appliances, it is always in injection direction
Expand Down

0 comments on commit b464409

Please sign in to comment.