Muhammad Yasirroni
Muhammad Yasirroni
Hi @quant12345, can you test this on `matpowercaseframes` to? PowerModels accept arbitrary data as far as I know and `matpowercaseframes` not implemented that yet.
Hi @quant12345, I finally success installing `PandaModels`. Now, I'm also stuck with this same issue, that is `bus_dc`.
Change to stable branch on master, test passed. Thanks @SimonUlm.
See https://github.com/yasirroni/matpower-pip/pull/23#issuecomment-3194205401
Hi, @LKuhrmann. This is not an urgent bug, just a soft feature request. `NFAPowerModel` still generate branch flow results because it also consider branch capacity. Here is running matpower data...
The branch power is available via `PowerModel` object. From previous `network` as data source and `pm` as `PowerModel` instance: ```julia using JuMP function get_branch_flow_df(vars, network) """ Create a DataFrame of...
Hi @ccoffrin, Yeah, I already know it. It is just that `NFAPowerModel` is a valid approach used by engineer to firstly check power balance. Since it didn't use any voltage...
Hi @kdayday, maybe you also can help me and take a look at this? English is not my first language.
Also, if `SystemBalanceSlackUp` and `SystemBalanceSlackDown` always non-negative, I think it would also be good to add that to the doc. For example: `"Struct to dispatch the creation of System-wide slack...