Ask Your Question
0

How to retrieve information from ascc scfile using python?

asked 2022-10-06 01:24:26 -0500

VISHNU gravatar image

updated 2022-10-10 21:48:47 -0500

Hi,

Can somebody please let me know how to process an scfile from the ascc3 file. I am trying to obtain individual contribution from generators during a 3ph fault and used ascc3 for creating an scfile. However, I am not able to retrieve the information from it as it seems like a binary file. Is there a python script available to process this scfile or alternatively any APIs which can provide the individual generator contribution during a fault. I have checked ascc_currents but unfortunately it won't give information on other bus contribution.

Any help will be greatly appreciated

Thanks

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2022-10-07 11:52:43 -0500

perolofl gravatar image

You can do the following to get the current contribution from any generator at a bus fault.

  1. Calculate three phase fault at bus ibus with SCMU

  2. Initialize the short-circuit data retrieval APIs with scinit()

  3. Get short circuit current at ibus with API scbus2()

  4. Get current contribution at generator gbus,id with API scmac2()

  5. Restore the working case with API scdone()

edit flag offensive delete link more

Comments

Thanks @perolofl.. Much appreciated....This worked well..

VISHNU gravatar imageVISHNU ( 2022-10-10 21:48:53 -0500 )edit

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-06 01:24:26 -0500

Seen: 792 times

Last updated: Oct 10 '22