mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 19:58:03 +00:00
wlan_capacity_calculator autopep8
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -217,7 +217,6 @@ def main():
|
|||||||
else:
|
else:
|
||||||
rtscts_name = 'No'
|
rtscts_name = 'No'
|
||||||
|
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logging.exception(e)
|
logging.exception(e)
|
||||||
exit(2)
|
exit(2)
|
||||||
@@ -239,8 +238,7 @@ def main():
|
|||||||
Station2.get_result()
|
Station2.get_result()
|
||||||
if "11ac" in Calculator_name:
|
if "11ac" in Calculator_name:
|
||||||
Station3 = wlan_theoretical_sta.ac11_calculator(traffic_name, data_name, spatial_name, channel_name, guard_name, highest_name,
|
Station3 = wlan_theoretical_sta.ac11_calculator(traffic_name, data_name, spatial_name, channel_name, guard_name, highest_name,
|
||||||
encryption_name
|
encryption_name, qos_name, ip_name, mc_name, basic_name, mac_name,
|
||||||
, qos_name, ip_name, mc_name, basic_name, mac_name,
|
|
||||||
codec_name, cwin_name, rtscts_name)
|
codec_name, cwin_name, rtscts_name)
|
||||||
Station3.calculate()
|
Station3.calculate()
|
||||||
Station3.get_result()
|
Station3.get_result()
|
||||||
|
|||||||
Reference in New Issue
Block a user