First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
When changing the bus number with the python API, you need to use the following function:
renumdiagfile(trnfile)
where the trnfile is a text file in the form:
OLDBUSNUMBER, NEWBUSNUMBER
Eventually, you shall save the file. These other two functions may be of useful:
opendiagfile(sfile) savediagfile(sfile)