You can certainly write a little function to return the quantities (power flows, currents, voltages) of interest based on the results of a PF or OPF, and compare these as you add generation.
If the size of the matrices are not changing you can also use compare_case()<https://github.com/MATPOWER/matpower/blob/master/lib/compare_case.m> to display all differences, but I suspect that would be less useful. Ray On Nov 28, 2023, at 3:25 PM, Scott seedell <[email protected]> wrote: Hi, I'd like to be able add some new generation and monitor the branches for overcurrent/overvoltage. Is there a relatively easy way to extract this info, perhaps by comparing Branch Data before and after adding additional generation? Regards
