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

answered Sep 11 '18

jconto gravatar image

Scripts for v.33.11 cannot be used for v.33.12 when using dyntools. Now the optional variable 'outvrsn' has to be named in the calling function:

MyOUTVRSN = 0
# OK call for v.33.11:
chnfobj = dyntools.CHNF(outfile,MyOUTVRSN)
#OK call for v.33.12:
chnfobj = dyntools.CHNF(outfile,outvrsn=MyOUTVRSN)