Modifies the existing Monsoon API calls to work with the new Monsoon libraries.

Bug: None
Test: PowerBaselineTest, with two collect_power_data() calls
Change-Id: I4ac845adb4faca739cfa48b664829d198e7ba8d8
diff --git a/acts/tests/google/wifi/WifiSensitivityTest.py b/acts/tests/google/wifi/WifiSensitivityTest.py
index 1947684..a982cc6 100644
--- a/acts/tests/google/wifi/WifiSensitivityTest.py
+++ b/acts/tests/google/wifi/WifiSensitivityTest.py
@@ -194,7 +194,7 @@
 
         Args:
             result: dict containing attenuation, throughput and other meta
-            data
+                data
         """
         try:
             golden_path = next(file_name
@@ -207,7 +207,7 @@
         except:
             golden_sensitivity = float('nan')
 
-        result_string = ('Througput = {}%, Sensitivity = {}.'
+        result_string = ('Throughput = {}%, Sensitivity = {}.'
                          'Target Sensitivity = {}'.format(
                              result['peak_throughput_pct'],
                              result['sensitivity'], golden_sensitivity))