mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-03 12:18:00 +00:00 
			
		
		
		
	lf_tx_power.py add band to the directory of results
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
		
				
					committed by
					
						
						shivam
					
				
			
			
				
	
			
			
			
						parent
						
							028e72f279
						
					
				
				
					commit
					533ebdbf1e
				
			@@ -494,6 +494,7 @@ def main():
 | 
			
		||||
        txpowers_str = '_'.join(txpowers)
 | 
			
		||||
 | 
			
		||||
        results_dir_name = ("tx_power"
 | 
			
		||||
                            + '_band_' + args.band
 | 
			
		||||
                            + '_ch_' + args.channel.replace(' ', '_')
 | 
			
		||||
                            + '_nss_' + args.nss.replace(' ', '_')
 | 
			
		||||
                            + '_bw_' + args.bandwidth.replace(' ', '_')
 | 
			
		||||
@@ -501,6 +502,7 @@ def main():
 | 
			
		||||
 | 
			
		||||
    else:
 | 
			
		||||
        results_dir_name = ("tx_power"
 | 
			
		||||
                            + '_band_' + args.band
 | 
			
		||||
                            + '_ch_' + args.channel.replace(' ', '_')
 | 
			
		||||
                            + '_nss_' + args.nss.replace(' ', '_')
 | 
			
		||||
                            + '_bw_' + args.bandwidth.replace(' ', '_')
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user