Loading __pycache__/common.cpython-312.pyc +57 B (7.67 KiB) File changed.No diff preview for this file type. View original file View changed file common.py +6 −6 Original line number Diff line number Diff line Loading @@ -77,8 +77,8 @@ def set_TX_power(m, int_name, txPower): "tx_power" : txPower, } xml = env.get_template("configFile/setTXPower.xml.pyformat").render(context) BuiltIn.log_to_console("New config for tx-powe:") BuiltIn.log_to_console(xml) BuiltIn().log_to_console("New config for tx-power:") BuiltIn().log_to_console(xml) m.edit_config(target="candidate", config=xml) m.commit() time.sleep(2) Loading @@ -89,8 +89,8 @@ def set_SNR_threshold(m,int_name, t): "value" : t, } xml = env.get_template("configFile/setSNRThreshold.xml.pyformat").render(context) BuiltIn.log_to_console("New config for SNR Threshold:") BuiltIn.log_to_console(xml) BuiltIn().log_to_console("New config for SNR Threshold:") BuiltIn().log_to_console(xml) m.edit_config(target="candidate", config=xml) m.commit() Loading @@ -100,8 +100,8 @@ def set_RSL_threshold(m,int_name, t): "value" : t, } xml = env.get_template("configFile/setRSLThreshold.xml.pyformat").render(context) BuiltIn.log_to_console("New config for RSL threshold:") BuiltIn.log_to_console(xml) BuiltIn().log_to_console("New config for RSL threshold:") BuiltIn().log_to_console(xml) m.edit_config(target="candidate", config=xml) m.commit() Loading Loading
__pycache__/common.cpython-312.pyc +57 B (7.67 KiB) File changed.No diff preview for this file type. View original file View changed file
common.py +6 −6 Original line number Diff line number Diff line Loading @@ -77,8 +77,8 @@ def set_TX_power(m, int_name, txPower): "tx_power" : txPower, } xml = env.get_template("configFile/setTXPower.xml.pyformat").render(context) BuiltIn.log_to_console("New config for tx-powe:") BuiltIn.log_to_console(xml) BuiltIn().log_to_console("New config for tx-power:") BuiltIn().log_to_console(xml) m.edit_config(target="candidate", config=xml) m.commit() time.sleep(2) Loading @@ -89,8 +89,8 @@ def set_SNR_threshold(m,int_name, t): "value" : t, } xml = env.get_template("configFile/setSNRThreshold.xml.pyformat").render(context) BuiltIn.log_to_console("New config for SNR Threshold:") BuiltIn.log_to_console(xml) BuiltIn().log_to_console("New config for SNR Threshold:") BuiltIn().log_to_console(xml) m.edit_config(target="candidate", config=xml) m.commit() Loading @@ -100,8 +100,8 @@ def set_RSL_threshold(m,int_name, t): "value" : t, } xml = env.get_template("configFile/setRSLThreshold.xml.pyformat").render(context) BuiltIn.log_to_console("New config for RSL threshold:") BuiltIn.log_to_console(xml) BuiltIn().log_to_console("New config for RSL threshold:") BuiltIn().log_to_console(xml) m.edit_config(target="candidate", config=xml) m.commit() Loading