There are some API commands which can be identified inside Psse GUi but can not be identified using python IDLE
1.Inside PSSE GUI
" psspy.machine_chng_2(12,r"""1""",[_i,_i,_i,_i,_i,_i],[ 80.0,_f,_f,_f,_f,_f,_f,_f,_f,_f,_f,_f,_f,_f,_f,_f,_f])" can be effective
- Outside Psse, using Python IDLE It shows that " NameError: name '_i' is not defined"
How does that happen? Maybe the "i" and "f" should all be changed into specific figures ?