First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
I am working with script to run ACCC activity, but reports this error:
Traceback (most recent call last): File "E:\BACK_UP\DIC14-DMAX-EXP-NORTE\ACCC.py", line 84, in <module> baseflowvio=True, basevoltvio=True, flowlimit=100.0, flowchange=5.0, voltchange=0.04) File ".\pssexcel.py", line 1472, in accc IndexError: list index out of range
> can somebody tell me why this problem occurs and how to fix it?
2 | No.2 Revision |
I am working with script to run ACCC activity, but reports this error:
Traceback (most recent call last):
File "E:\BACK_UP\DIC14-DMAX-EXP-NORTE\ACCC.py", line 84, in <module>
baseflowvio=True, basevoltvio=True, flowlimit=100.0, flowchange=5.0, voltchange=0.04)
File ".\pssexcel.py", line 1472, in accc
IndexError: list index out of >
can somebody tell me why this problem occurs and how to fix it?