pklaus / ds1054z

Python package for the Rigol DS1054Z Oscilloscope
https://ds1054z.readthedocs.org/
176 stars 40 forks source link

Add ability to partially grab memory #13

Open CreateRemoteThread opened 5 years ago

CreateRemoteThread commented 5 years ago

Now you can scope.get_waveform_samples(start=5,end=5000). Hooray!