Ask Your Question
0

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

asked 2022-10-12 07:16:14 -0500

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 ?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2022-10-12 10:31:27 -0500

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: 2022-10-12 07:16:14 -0500

Seen: 147 times

Last updated: Oct 12 '22