mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-03 20:27:54 +00:00 
			
		
		
		
	lf_cisco_power.py : LCS-43 changed column width
This commit is contained in:
		@@ -528,6 +528,7 @@ def main():
 | 
				
			|||||||
   col = 0
 | 
					   col = 0
 | 
				
			||||||
   row = 0
 | 
					   row = 0
 | 
				
			||||||
   worksheet.write(row, col, 'Regulatory\nDomain', dblue_bold); col += 1
 | 
					   worksheet.write(row, col, 'Regulatory\nDomain', dblue_bold); col += 1
 | 
				
			||||||
 | 
					   worksheet.set_column(col, col, 10) # Set width
 | 
				
			||||||
   worksheet.write(row, col, 'Controller\nChannel', 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, 'AP\nChannel', dblue_bold); col += 1
 | 
				
			||||||
   worksheet.write(row, col, 'NSS', dblue_bold); col += 1
 | 
					   worksheet.write(row, col, 'NSS', dblue_bold); col += 1
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user