To respond to simulation requests correctly we need to complete the following tasks: - [x] Correctly parse incoming network elements - [x] Extract buses and add to network - [x] Extract loads and external grids and add to network - [x] Extract lines and connect buses using lines - [x] Extract switches and connect to lines - [x] Extract transformer and connect to buses - [x] Extract storage and connect to buses - [x] Extract generators and connect - [ ] Correctly parse incoming 3 phase network elements - [ ] Extract asym generator and connect to buses - [ ] Extract asym load and connect to buses - [x] Extract power flow results - [x] Respond with results
To respond to simulation requests correctly we need to complete the following tasks: