Ask Your Question
0

HOW CAN I RETRIEVE A SPECIFIC LIST OF BUS NUMBERS AND THEIR RESPECTIVE DATA FROM psse RAW FILES

asked Oct 12 '2

anonymous user

Anonymous

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 ?

1 answer

Sort by ยป oldest newest most voted
0

answered Oct 12 '2

perolofl gravatar image

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.

link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.
Want to format code in your answer? Here is a one minute demo on Youtube

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: Oct 12 '2

Seen: 278 times

Last updated: Oct 12 '22