Revision history [back]
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:
OLD_BUS_NUMBER, NEW_BUS_NUMBER
Eventually, you shall save the file. These other two functions may be of useful:
opendiagfile(sfile) savediagfile(sfile)