mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-04 04:38:02 +00:00 
			
		
		
		
	lf_tx_power.py : modified width for Controller Channel
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
		
				
					committed by
					
						
						shivam
					
				
			
			
				
	
			
			
			
						parent
						
							236a14b85f
						
					
				
				
					commit
					516bb5282f
				
			@@ -780,7 +780,7 @@ def main():
 | 
				
			|||||||
    worksheet.set_column(col, col, 16)  # Set width
 | 
					    worksheet.set_column(col, col, 16)  # Set width
 | 
				
			||||||
    worksheet.write(row, col, 'Controller\n{test_rig}\n{location}'.format(test_rig=args.test_rig,location=args.testbed_location), 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
 | 
					    col += 1
 | 
				
			||||||
    worksheet.set_column(col, col, 20)  # Set width
 | 
					    worksheet.set_column(col, col, 25)  # Set width
 | 
				
			||||||
    worksheet.write(row, col, 'Controller\nChannel', dblue_bold)
 | 
					    worksheet.write(row, col, 'Controller\nChannel', dblue_bold)
 | 
				
			||||||
    col += 1
 | 
					    col += 1
 | 
				
			||||||
    worksheet.set_column(col, col, 20)  # Set width
 | 
					    worksheet.set_column(col, col, 20)  # Set width
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user