简体   繁体   中英

Editing Generator in PSSE from python script

Im new in python programming for PSS/E simulation software. I want to know how can i modify the values of Pgen Qgen Pmax Qmax not from machine data record user interface but from the python script and then make a dynamic simulation. Thanks in advance Ersi Ago

You mean this?

psspy.machine_chng_2(101,r"""1""",[_i,_i,_i,_i,_i,_i],[ 100.0,_f,_f,_f,_f,_f,_f,_f,_f,_f,_f,_f,_f,_f,_f,_f,_f])

That is to change Pgen of machine located at bus 101

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM