Brian Liu

Results 3 comments of Brian Liu

Hi @lkstrp , in addition to what I said in the previous post, I think it's not just a documentation issue. You can play with the illustrative model below, and...

Thank you, @rbolgaryn & The approach you mentioned for setting `bus_activepower_injection` and `bus_activepower_withdrawals` works. For the other approach, I wonder if there are any documents discussing how to define the...

I tested the 5-bus system in pss/e format under "....\PowerSystemsTestData\psse_raw\case5.raw" with the following codes: `sys_path = joinpath([to define], "psse_raw", "case5.raw")` `sys = System(sys_path; runchecks=false, frequency=50` `pf_res = solve_powerflow(ACPowerFlow(), sys)` The...