First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
There's an API that will output the elements of the matrix in a list.
ierr = outputymatrix(sid, all, ties, out, ofile)
You can output the data into a *.txt or a *.csv file and then work with the list to manually create the matrix.