How to i find all buses which are connected to a specific bus
Hi,
I am new to PSSE and have been looking thorough the API documentation in search of a method that will take a bus number as argument and return all the buses which are connected to it. The closest I have got is using NXTBUS, but from what I can tell it will only give me one of the adjecent buses and then move on down the line. I'm wondering if maybe I have to get all the branches first and then check what buses are connected to given branches?
If anyone knows of a way to fetch all buses connected to a specific bus that would be amazing.