From b4644092001aca576ec4b983c33d2b28b2b396b9 Mon Sep 17 00:00:00 2001 From: petersalemink95 Date: Mon, 30 Dec 2024 15:18:35 +0100 Subject: [PATCH] CurrentSensorCalcParam Signed-off-by: petersalemink95 --- .../include/power_grid_model/calculation_parameters.hpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/power_grid_model_c/power_grid_model/include/power_grid_model/calculation_parameters.hpp b/power_grid_model_c/power_grid_model/include/power_grid_model/calculation_parameters.hpp index 53cf13953..39a8e7318 100644 --- a/power_grid_model_c/power_grid_model/include/power_grid_model/calculation_parameters.hpp +++ b/power_grid_model_c/power_grid_model/include/power_grid_model/calculation_parameters.hpp @@ -94,6 +94,11 @@ template struct UniformComplexRandomVariable { // If the imaginary part is NaN, it means the angle calculation is not correct template using VoltageSensorCalcParam = UniformComplexRandomVariable; +// 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 using CurrentSensorCalcParam = UniformComplexRandomVariable; + // power sensor calculation parameters for state estimation // The value is the complex power // * for appliances, it is always in injection direction