2

ADJM from switched shunt data retrieval doesn't work

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?

JervisW's avatar
1.3k
JervisW
asked 2012-03-06 02:22:24 -0500
edit flag offensive 0 remove flag close merge delete

Comments

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

amaity's avatar amaity (2012-03-06 20:06:56 -0500) edit
add a comment see more comments

1 Answer

3

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.

Daniel_Hillier's avatar
462
Daniel_Hillier
answered 2012-03-06 17:55:06 -0500
edit flag offensive 0 remove flag delete link

Comments

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

JervisW's avatar JervisW (2012-03-07 02:07:04 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer