Electa-Git / PowerModelsDistributionStateEstimation.jl

A Julia Package for Power System State Estimation.
BSD 3-Clause "New" or "Revised" License
32 stars 12 forks source link

Extend to include measures we don't use #3

Closed MartaVanin closed 4 years ago

MartaVanin commented 4 years ago

At some point in time, it would be nice to extend the possibility to measure voltage angles and line power/current flows, although currently we won't use them. We need to decide whether to make all these available only for all or only for some formulations, the ones which make more sense, e.g., branch flow models for :i and :p and IVR for PMUs.
This is a reminder for the (not too remote) future.

timmyfaraday commented 4 years ago

Conceptually, the current implementation puts no limit on which measures may be included. A possible enhancement may be to push towards a specific form given a set of measurements or attempt to derive the necessary measures from given measurements, e.g., :p + :vm could be translated into :i.

MartaVanin commented 4 years ago

true, but if for example the formulation used is rectangular and I measure :vm, I need to associate :vm to :vr and :vi somewhere, and so on and so forth for some other combinations of measurements/formulations.

MartaVanin commented 4 years ago

I am kind of happy with what we have now