Denis Dovzhenko
Denis Dovzhenko
@y-ponomarev So, it is not the built-in generator. Nice catch! Just curious, have you also tried Hantek probe on MSO-X? Generally speaking, it is normal to observe 10x shorter step...
Thanks for collecting the data, results are quite predictable: Setup | Capacitance | Rise time (0.63 Vc) ------ | -------------- | ---------------- Keysight probe | 15pF |
The root cause of an issue is FIFO overflow at high sampling rates. Fix will require deep refactoring of HantekDsoControl. For 6022BE/6022BL we need to introduce several sampling methods: -...
Well, the right way of enabling cursor measurements is to reimplement an idea from legacy Hantek SW: provide choice of 3 cursor shapes ('|', '-', '+') and attach markers to...
Already started prototyping. Expecting first results for preview in a week or so. - cursor selection: initially __on / off__ only, where __on__ is a rectangle; later on will add...
NP, the GlScope changes in this proto only affect GlScope::drawMarkers() :)
Keybindings make sense. At the moment I have control part (DsoWidget + scopesettings.h) more or less ready for preview. Not yet in: save / restore settings to / from ini...
PR #177