Ask Your Question
1

how to calculate the Jacobian of the system from python using PSSE . thanks a lot

asked 2012-08-28 19:53:32 -0500

Amrit gravatar image

I know you can extract the admittance matrix from PSSE and also the voltages through python in PSSE. But could anyone tell me how can i calculate the Jacobian using these in python. I have never used python I am new to it. But i Hope i am able to learn it ast

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2012-08-29 06:24:45 -0500

jsexauer gravatar image

I am unaware of any direct way to do this in PSSE.

I would look at the source code for PyPower (http://www.pypower.org) -- specifically newtonpf.py and dSbus_dV.py -- for references on how you can evaluate the Jacobian given V and Ybus in python.

edit flag offensive delete link more

Comments

That is a good tip. PSSE doesn't export or expose the Jacobian like some other simulation packages. If you write something that does calculate the Jacobian I would love to see it.

JervisW gravatar imageJervisW ( 2012-08-29 10:32:21 -0500 )edit

alright I am goin to try that. thanks a lot

Amrit gravatar imageAmrit ( 2012-08-29 13:20:13 -0500 )edit

@Amrit why do you need to calculate the Jacobian if you are already using PSSE?

amaity gravatar imageamaity ( 2012-08-30 10:10:05 -0500 )edit

Interested to know if anyone has success on this? Load flow Jacobian can always provide additional insight, e.g. modal analysis etc.

sheng gravatar imagesheng ( 2014-06-11 19:20:57 -0500 )edit

What is the API for extracting the admittance matrix?

amaity gravatar imageamaity ( 2014-06-15 08:16:23 -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

Stats

Asked: 2012-08-28 19:53:32 -0500

Seen: 2,294 times

Last updated: Aug 29 '12