Extracting fault analysis data
I am running a fault analysis from python script using psspy.iecs3(1,0,[0,1,0,0,1,0,1,0,0,0,3,3,0,0,1],[ 0.0833, 1.0],"","","") and then i am trying to extract the fault analysis output using rlst = pssarrays.iecscurrents(1,0,0,1,0,0,1,0,0,0,3,3,0,0,1,0.0833) Z_pstv = rlst.thevz[0]['z1'] but it gives the following error
Z_pstv = rlst.thevz[0]['z1'] TypeError: list indices must be integers
Kindly suggest a remedy