lf_cisco_power.py : LCS-43 Put Controller Channel in the spread sheet

This commit is contained in:
Chuck SmileyRekiere
2021-01-20 12:47:06 -07:00
parent 5b28c6ab10
commit a80f2d68de

View File

@@ -528,6 +528,7 @@ def main():
col = 0
row = 0
worksheet.write(row, col, 'Regulatory\nDomain', dblue_bold); col += 1
worksheet.write(row, col, 'Controller\nChannel', dblue_bold); col += 1
worksheet.write(row, col, 'AP\nChannel', dblue_bold); col += 1
worksheet.write(row, col, 'NSS', dblue_bold); col += 1
worksheet.set_column(col, col, 10) # Set width
@@ -1573,6 +1574,7 @@ def main():
col = 0
worksheet.write(row, col, myrd, center_blue); col += 1
worksheet.write(row, col, cc_ch, center_blue); col += 1
worksheet.write(row, col, _ch, center_blue); col += 1
worksheet.write(row, col, _nss, center_blue); col += 1
worksheet.write(row, col, cc_bw, center_blue); col += 1