The status field is unfortunate. Some values mean things for the track when stored and some don’t.
The value you show doesn’t mean anything for the track. It is the “BUSY” flag. This is a temporary flag used internally to allow routines to mark items already edited. It gets cleared and set many times and should not be stored in the file. We’ll mark this for cleaning up in v6.
FYI, the flags that are important in that field for storing are 0x8000000 (differential pair) and 0x40000 (locked). The others will get set/cleared in the process of editing the file without any user input.
Seth,
I just discovered that vias also have a status, for example when a net is set “locked” by the user. I presume the decoding of the status of vias differs from those of segments, right ?
cheers, Mario