Is there a way to include the real and imaginary part of a complex value in the AnalogValue class?
The use-case is I have power measurements with active and reactive components to be attached to an EnergyConsumer or PowerTransformer say.
Should I use two AnalogValue elements, one refering to an Analog with measurementType: "active power" and the other referring to an Analog with measurementType: "reactive power"?