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:
Chuck SmileyRekiere
2022-04-11 14:47:32 -06:00
committed by shivam
parent 028e72f279
commit 533ebdbf1e

View File

@@ -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(' ', '_')