Ask Your Question

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:

OLDBUSNUMBER, NEWBUSNUMBER

Eventually, you shall save the file. These other two functions may be of useful:

opendiagfile(sfile) savediagfile(sfile)