private Bus ScanBus()
        {
            string name = ScanTextIdentifier();

            return(system.LookupNamedBus(name));
        }