Jinning Wang

Results 28 comments of Jinning Wang

@cuihantao Hantao, my ongoing work of connectivity manager is in https://github.com/jinningwang/andes/blob/conm/andes/core/connman.py The outline is excerpted below for discussion, your suggestions are very welcome. ```python class ConnMan: """ Define a Connectivity...

@cuihantao I summarized my thoughts as below. Usage Scenarios   | Description | Results now | Results expected -- | -- | -- | -- S1 | After loading a case,...

# Implementation plan ## Connectivity Manager Class class `System` has an attribute `conn` which is an instance of class `ConnMan`. ```python >>> ss = andes.load(andes.get_case('ieee14/ieee14_conn.xlsx')) >>> ss.conn >>> ss.conn.busu0 [1,...

Addressed by the development of Connectivity Manager, https://github.com/CURENT/andes/pull/576

Dear [RyanVaughan](https://github.com/RyanVaughan), Thanks a lot for your contribution. Before we finally merge it, I have two comments: 1. It might be better to have a PR towards ``develop`` branch. 2....

Considering it is more like a steady state analysis, I add similar functionalities in AMS. https://github.com/CURENT/ams/blob/fcc7e579c8f7453fae3ddebbd0eedbe4e463c1c9/ams/core/matprocessor.py#L395-L518

I'm thinking that, maybe we can benchmark the performance of involved methods? Here is a code to my mind. Feel free to let me know if you have any other...

A quick fix was applied to `ams.io.matpower` to resolve a bug where multiple PQ loads connected to the same bus were incorrectly converted, resulting in different load values in MATPOWER....

PSS/E v33 RAW file writer and MATPOWER M-file writer are developed in ams v1.0.10, https://ltb.readthedocs.io/projects/ams/en/latest/release-notes.html#v1-0-10-2025-05-23 Please note that the PSSE RAW file writer has not undergone thorough testing.

Hold a sec, this model does not work as expected. I might need two more days to double check it.