0

how do PSSE calculate VAR without specific command

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

tongxiaowang's avatar
1
tongxiaowang
asked 2014-11-17 06:17:52 -0500, updated 2014-11-17 06:19:14 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

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.

sanjeet's avatar
1
sanjeet
answered 2015-01-05 11:53:43 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer