Commit 10bc7778 authored by Peter Jansweijer's avatar Peter Jansweijer

wr_serial fixed delay=0 an master USB2

parent b74c23b6
......@@ -239,9 +239,9 @@ if __name__ == "__main__":
# for the return channel. "itu_skip_width" can be made larger than 1
# in case the dwdm filters are wider than just the return channel
# Step size of the scan is defined by "itu_channel_increment"
fixed_delay=int(56265)
fixed_delay=int(0)
master_is_switch = False # If the master is a WR switch then the restart sequence is different from CLB or SPEC
master_usb = "/dev/ttyUSB3" # This is the serial port connection to the master
master_usb = "/dev/ttyUSB2" # This is the serial port connection to the master
master_has_tunable = True # detrmines wether the master or the slave has the tunable SFP (due to sfp functions needed
# this only works when master is a CLB or SPEC)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment