Ask Your Question
0

how do PSSE calculate VAR without specific command

asked 2014-11-17 06:17:52 -0500

tongxiaowang gravatar image

updated 2014-11-17 06:19:14 -0500

i met a problem when using the software psse. i wrote the wrong command psspy.branchpandqchannel([100,24,26,30,38],r"""1""",["",""]) instead psspy.branchpandqchannel([100,-1,-1,30,38],r"""1""",["",""]) the difference is 24 vs -1, which i have learned that is the VAR index. and 24 in my case has been used. then I confused what kind of VAR have been done without our addtional command. i run a case and found there are 29 var address have been used. please tell me typical usage. i knew that IEEET1 excite model need KE be a var.

by the way, what happened to my wrong command? don't the program just clean the no.24 address var value and calculate again?

i am not a English-speaking man, forgive my rough expression. Appreciate your help, regard

edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
0

answered 2015-01-05 11:53:43 -0500

Based on your question, I assume you have an IEEET1 exciter model and you'd like to monitor KE. My assumption is that the exciter is for a generator on bus 30 and has an ID of "1" though this is not clear from your question.

generatorBusNumber = 30
generatorID = "1"
VAR = psspy.mdlind(generatorBusNumber, generatorID, "EXC", "VAR")[1]
psspy.var_channel([_i,VAR + 0],"Bus30_KE")

Hope that helps.

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

Stats

Asked: 2014-11-17 06:17:52 -0500

Seen: 856 times

Last updated: Jan 05 '15