---------------------------------------------------------------------------
RuntimeError Traceback (most recent call last)
<ipython-input-10-34bf765ed218> in <module>()
5
6 qwg1.run_mode('CONt')
----> 7 qwg1.start()
d:\projects\pycqed_py3\pycqed\instrument_drivers\physical_instruments\QuTech_AWG_Module.py in start(self)
249 self.write('awgcontrol:run:immediate')
250
--> 251 self.getErrors()
252
253 status = self.get_system_status()
d:\projects\pycqed_py3\pycqed\instrument_drivers\physical_instruments\QuTech_AWG_Module.py in getErrors(self)
310 for i in range(errNr):
311 errMgs.append(self.getError())
--> 312 raise RuntimeError(', '.join(errMgs))
313
314 def JSONParser(self, val):
RuntimeError: -200,"Execution error;(reason='Cannot set transform matrix on channel pair 0; Product of matrix and amplitude are too high or too low; limit, max: 1.000000; min: -1.000000, actual: m00 = 1.350000, m01 = 0.000000, m10 = 0.000000, m11 = 1.350000', cmd='qutech:out", -200,"Execution error;(reason='Cannot set transform matrix on channel pair 0; Product of matrix and amplitude are too high or too low; limit, max: 1.000000; min: -1.000000, actual: m00 = 1.350000, m01 = 0.000000, m10 = 0.000000, m11 = 1.350000', cmd='SOUR1:VOLT", -200,"Execution error;(reason='Cannot set transform matrix on channel pair 0; Product of matrix and amplitude are too high or too low; limit, max: 1.000000; min: -1.000000, actual: m00 = 1.350000, m01 = 0.000000, m10 = 0.000000, m11 = 1.350000', cmd='SOUR2:VOLT"