Ask Your Question

KTBZ's profile - activity

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)