Ask Your Question

NilleDaWize's profile - activity

2020-01-29 07:16:17 -0500 received badge  Famous Question (source)
2019-08-20 10:05:34 -0500 received badge  Famous Question (source)
2019-08-20 10:05:34 -0500 received badge  Notable Question (source)
2019-07-31 05:44:18 -0500 received badge  Popular Question (source)
2019-07-29 09:01:22 -0500 asked a question Is it possible to add python packages to pss/e

Hi,

I am trying to run a python program from PSS/E. The program I want to run uses MatPlotLib and other packages which are not installed in the version of python that PSS/E is running on. Is it possible to either specify the runtime enviroment alternatively add packages (ex, pip install matplotlib) to the python version that is currently being used?

Thanks, Niklas

2019-07-04 03:29:10 -0500 received badge  Notable Question (source)
2019-07-02 01:40:03 -0500 commented answer How to i find all buses which are connected to a specific bus

Worked like a charm! Thank you so much!

2019-07-02 01:38:51 -0500 received badge  Popular Question (source)
2019-07-01 09:56:49 -0500 received badge  Editor (source)
2019-07-01 09:52:01 -0500 asked a question 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.