mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 11:18:03 +00:00
lf_cisco_power.py : table layout changes
This commit is contained in:
@@ -553,9 +553,9 @@ def main():
|
||||
worksheet.write(row, col, 'Controller\n dBm', dblue_bold); col += 1
|
||||
worksheet.set_column(col, col, 10) # Set width
|
||||
worksheet.write(row, col, 'Calculated\n dBm\n Beacon', dblue_bold); col += 1
|
||||
worksheet.set_column(col, col, 18) # Set width
|
||||
worksheet.write(row, col, 'Diff Controller dBm\n & Beacon dBm \n (+/- {} dBm)'.format(args.beacon_dbm_diff), dblue_bold); col += 1
|
||||
worksheet.set_column(col, col, 14) # Set width
|
||||
worksheet.write(row, col, 'Diff\nController dBm\n & Beacon dBm (+/- {} dBm)'.format(args.beacon_dbm_diff), dblue_bold); col += 1
|
||||
worksheet.set_column(col, col, 10) # Set width
|
||||
worksheet.write(row, col, 'Calculated\n dBm\n Combined', dblue_bold); col += 1
|
||||
worksheet.set_column(col, col, 14) # Set width
|
||||
worksheet.write(row, col, 'Diff\nController dBm\n & Combined', dblue_bold); col += 1
|
||||
|
||||
Reference in New Issue
Block a user