HOW CAN I RETRIEVE A SPECIFIC LIST OF BUS NUMBERS AND THEIR RESPECTIVE DATA FROM psse RAW FILES
i HAVE A SHEET OF BUS NUMBERS AND I WANT THE DATA FROM THE PSSE RAW FILE FOR ALL THE BUSES IN MY LIST .HOW CAN I DO THAT USING PYTHON ?
First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
i HAVE A SHEET OF BUS NUMBERS AND I WANT THE DATA FROM THE PSSE RAW FILE FOR ALL THE BUSES IN MY LIST .HOW CAN I DO THAT USING PYTHON ?
Alt 1: Read the raw fil in PSSE and use psspy APIs to get the bus data.
Alt 2: Read the raw file with python. Skip lines to the beginning of bus data. Read each line and skip buses not in your list.
Asked: 2022-10-12 07:16:14 -0600
Seen: 131 times
Last updated: Oct 12 '22
How to check PSSE license capabilities?
How to plot the whole system's frequency response in a single curve in PSSE?
PSSE34 Explore crashes all the time!!
How to get psse output to Excel?
How does PSSE file match real-time branch flow measurements?
Help update data in PSSE by Python 2.7 get data from excel file.