Print a python value in psse progress output
Hello
I am programming a program in python for psse. I would debug the Python file showing in Pss/e progress file the value of one real variable.
Firstly, I created a report with,
psspy.progressoutput(2,"DetailLVRT_PROGRESS.log",[0,0])
In this file, I tried to print a variable with this command psspy.progress(Qgen[i]) but I have not a reply in pss/e. Also, I tried with the command print(Qgen[i]) but I have a error. Someone knows how could I solve it?
Thank you