Jose Daniel Lara
Jose Daniel Lara
I looked into this issue and it seems that we default to interpreting int indexes the the bus location and not the number. if you pass the bus object then...
this should work ``` using PowerNetworkMatrices, PowerSystems, PowerSystemCaseBuilder rts_sys = build_system(PSITestSystems, "test_RTS_GMLC_sys") ptdf = PTDF(rts_sys) bus = get_component(Bus, rts_sys, "Cobb") vector = ptdf[:, bus] ```
closed in favor of #96
This will be implemented for PSY 3.0 version.
@AbrahamAlvarezB we don't have a great way to do slicing at the moment. Since we implemented the code to optimize a single value or single column fetching we never implemented...
Currently, the faults are modeled as line trips only. We haven't implemented a short circuit with clearance times sorry. We can label this as a feature request
@fnbillimoria see https://github.com/Energy-MAC/LITS.jl/issues/35
@ciaranrob This is related to the grid-forming and -following development.
this is weird. I think we need to implement a check to solve the PF in Per unit. I don't even know how can this converge on natural units.
@frostyduck I marked this as a feature request. A response on how to handle branch impedance changes has been added to the discussion.