First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
HI, I'm using excelpy set complex value to excel, I got the problem :
ierr, systemtotalload = psspy.systot('LOAD')
I want to write the complex value of this API into excel. How do I do this? I used (set_cell) before but not
2 | No.2 Revision |
HI, I'm using excelpy set complex value to excel, I got the problem :
ierr, systemtotalload = psspy.systot('LOAD')
I want to write the complex value of this API into excel. How do I do this?
I used (set_cell) before but notno work
3 | No.3 Revision |
HI, I'm using excelpy set complex value to excel, I got the problem wrong :
ierr, systemtotalload = psspy.systot('LOAD')
I want to write the complex value of this API into excel. How do I do this? I used (set_cell) before but no work
4 | No.4 Revision |
HI, I'm using excelpy set complex value to excel, I got the wrong :
ierr, systemtotalload totalload = psspy.systot('LOAD')
I want to write the complex value of this API into excel. How do I do this? I used (set_cell) before but no work
5 | No.5 Revision |
HI, I'm using excelpy set complex value to excel, I got the wrong :
ierr, totalload = psspy.systot('LOAD')
I used (set_cell) before but no work, I want to write the complex value of this API into excel. How excel,how do I do this?
I used (set_cell) before but no workIn addition, how to do if it is an array value(another api )?