Skip to content
Snippets Groups Projects
Commit b7fab30a authored by Pieter Donker's avatar Pieter Donker
Browse files

L2SDP-474, wg_phase changed from degrees to radians 2

parent 32215589
Branches
Tags
1 merge request!55Resolve L2SDP-474
Pipeline #26722 failed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment