diff --git a/test/py/control/wg.py b/test/py/control/wg.py
index 6563c2d4a44c1219f4143705a69819556374a044..a4955aad7d76adc5f4625ace9cc60686b56ecc9e 100755
--- a/test/py/control/wg.py
+++ b/test/py/control/wg.py
@@ -76,7 +76,7 @@ class WaveformGenerator(object):
 
     def get_phase(self):
         self._phase = self.client.read('wg_phase')
-        return self._phase
+        return [i * (360 / (2 * math.pi)) for i in self._phase]
 
     def set_freq(self, value, mode=None):
         freq = value