First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
| 2024-06-14 04:01:30 -0500 | answered a question | How to automatic update file sld when the bus number in file sav changing 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) |
whit loves you. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.