From def5475fa85a69db1ace0eae04c176fd7da7b4b0 Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Fri, 12 Feb 2021 01:52:05 -0700 Subject: [PATCH] lf_cisco_dfs.py : modification to sweep time --- py-scripts/lf_cisco_dfs.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/py-scripts/lf_cisco_dfs.py b/py-scripts/lf_cisco_dfs.py index 57d496fd..0bc850f6 100755 --- a/py-scripts/lf_cisco_dfs.py +++ b/py-scripts/lf_cisco_dfs.py @@ -1431,7 +1431,8 @@ class L3VariableTime(Realm): interval_ = "1428" count_ = "18" frequency_ = "5260000" # channel 52 - sweep_time_ = "1000" + #sweep_time_ = "1000" + sweep_time_ = "0" if_gain_ = "40" bb_gain_ = "20" @@ -1456,7 +1457,7 @@ class L3VariableTime(Realm): child.expect('lanforge:') print(child.before.decode('utf-8', 'ignore')) child.sendline('lanforge') - time.sleep(2) + time.sleep(5) child.expect('>>>') print(child.before.decode('utf-8', 'ignore')) child.sendline('s')