You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am going to think on if there is a "good" way to support this. However, at first glance, I don't see a good solution because the Matpower format does not have an explicit model of loads. Rephrasing a bit, the request is effectively: can we make the PowerModes data model extensible from the Matpower format? That sounds hard to make work in a generic way. At the moment we only support extending the Matpower data model in a generic way. For example, extra load data can be added to the mpc.bus table, because that is well defined in the Matpower data model.
One can always add some proprietary data matrix into the Matpower data file and then post-process it into PowerModels to have a desired effect.
Currently the following components support automatically merging/extending the data when something like
mpc.branch_data
is used in a matpower file.
Does it make sense to add
load
to this list so thatmpc.load_data
automatically extends the load dictionary?The text was updated successfully, but these errors were encountered: