mirror of
https://github.com/Telecominfraproject/oopt-gnpy.git
synced 2025-11-02 11:07:57 +00:00
changes for OFC demo
This commit is contained in:
@@ -178,7 +178,8 @@ if __name__ == '__main__':
|
|||||||
equipment = load_equipment(args.equipment)
|
equipment = load_equipment(args.equipment)
|
||||||
network = load_network(args.filename, equipment, args.names_matching)
|
network = load_network(args.filename, equipment, args.names_matching)
|
||||||
|
|
||||||
plot_baseline(network)
|
if args.plot:
|
||||||
|
plot_baseline(network)
|
||||||
|
|
||||||
transceivers = {n.uid: n for n in network.nodes() if isinstance(n, Transceiver)}
|
transceivers = {n.uid: n for n in network.nodes() if isinstance(n, Transceiver)}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user