---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-9-6f5b5bc63551> in <module>()
----> 1 data = dev.ReadWaveData()
2 print(data)
c:\libs\stlab\devices\rigol_DS1054.py in ReadWaveData(self, n)
69 self.write('WAV:STOP {}'.format((i+1)*nmax))
70 self.write('WAV:DATA?')
---> 71 output = self.read_raw()
72 npoints = int(output[2:11].decode('ascii'))
73 print(i,npoints)
AttributeError: 'Rigol_DS1054' object has no attribute 'read_raw'