First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
The case is fixed, the snp file changes according to the event A or B. So there are two scenarios. Only the event "A" is applied to both scenarios. To use different events:
replace: execfile('Event%s.py' %Event[0])
with: execfile('Event%s.py' %Event[i])
On the different size for the out files, check the snp files for channels defined twice.