First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!

Ask Your Question
2

ADJM from switched shunt data retrieval doesn't work

asked Mar 6 '12

JervisW gravatar image

I have been looking at this for hours. I am trying to get the Switched Shunt Adjustment Method for a switched shunt using the subsystem data retrieval api

ierr, adj_methods = psspy.aswshint(sid=-1, string=["STATUS", "ADJM"])

The status column return value is correct, but the ADJM column return is empty.

How do I get the Switched Shunt Adjustment Method value?

Comments

@JervisW, where and how do you use switched shunt in your planning studies?

amaity gravatar imageamaity (Mar 7 '12)

1 answer

Sort by » oldest newest most voted
3

answered Mar 6 '12

Daniel_Hillier gravatar image

This is a typo in the PSSEAPI documentation (at least in the PSSE32 docs I have).

Use "ADJMETHOD" instead of "ADJM" and it should work.

link

Comments

Cheers, yes I was using PSSE32 and this does solve the problem. Looks like the Docs were wrong.

JervisW gravatar imageJervisW (Mar 7 '12)

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

Stats

Asked: Mar 6 '12

Seen: 758 times

Last updated: Mar 06 '12