From a864873d932aa1f2378b77c522924c536eb00d11 Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Fri, 8 Apr 2022 10:34:24 -0600 Subject: [PATCH] lf_tx_power.py : updated the controller location Signed-off-by: Chuck SmileyRekiere --- lf_tx_power.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lf_tx_power.py b/lf_tx_power.py index 11cd093e..ae3a7ec5 100755 --- a/lf_tx_power.py +++ b/lf_tx_power.py @@ -746,7 +746,7 @@ def main(): worksheet.write(row, col, 'Regulatory\nDomain', dblue_bold) col += 1 worksheet.set_column(col, col, 16) # Set width - worksheet.write(row, col, 'Controller\n{test_rig}'.format(test_rig=args.test_rig), dblue_bold) + worksheet.write(row, col, 'Controller\n{test_rig}\n{location}'.format(test_rig=args.test_rig,location=args.testbed_location), dblue_bold) col += 1 worksheet.set_column(col, col, 20) # Set width worksheet.write(row, col, 'Controller\nChannel', dblue_bold)