First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked May 26 '1

snapshot gravatar image

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
  1. 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 ?