azonenberg changed the topic of #scopehal to: ngscopeclient, libscopehal, and libscopeprotocols development and testing | https://github.com/ngscopeclient/scopehal-apps | Logs: https://libera.irclog.whitequark.org/scopehal
Degi_ has joined #scopehal
Degi has quit [Ping timeout: 260 seconds]
Degi_ is now known as Degi
<_whitenotifier-1> [scopehal-apps] azonenberg closed pull request #750: Fixed WIN32 compilation. - https://github.com/ngscopeclient/scopehal-apps/pull/750
<_whitenotifier-1> [scopehal-apps] azonenberg pushed 2 commits to master [+0/-0/±2] https://github.com/ngscopeclient/scopehal-apps/compare/d2a1a2f17e93...26b1f8fdaa62
<_whitenotifier-1> [scopehal-apps] azonenberg 26b1f8f - Merge pull request #750 from fredzo/master Fixed WIN32 compilation.
<_whitenotifier-1> [scopehal-apps] azonenberg pushed 1 commit to master [+0/-0/±1] https://github.com/ngscopeclient/scopehal-apps/compare/26b1f8fdaa62...987e0447c095
<_whitenotifier-1> [scopehal-apps] azonenberg 987e044 - Session: don't let filter graph refresh during loading operations. Fixes potential race condition when loading sessions
<_whitenotifier-1> [scopehal] fredzo opened pull request #891: Better Siglent SDS HD support - https://github.com/ngscopeclient/scopehal/pull/891
<d1b2> <fredzo_72653> @azonenberg sorry about that one 🔼 , it a bit... huge 😒 It adds support for all Siglent model supporting the "E11" protocol (referring to the shared SCPI programming guide), that is SDS800XHD, SDS1000XHD, SDS2000XHD, SDS3000XHD, SDS5000X,SDS6000A/L/Pro and SDS7000A. It also adds support for paginated waveform download to support 5Mpts+ memory depth. Finally it adds dynamic calculation of available memory depths and sample rates
<d1b2> based on the number of active channels for each model (aka channel mode). It's been intensively tested on my SDS2000X HD. It should not change the behavior of previously supported models except for the sample depths of SDS5000X model for which I removed the ridiculously small values (from 5 to 5000 pts) that where not mentioned in the documentation. Please let me know if you have any comment/question.
<d1b2> <azonenberg> Awesome will review when i get home if i have time
<d1b2> <azonenberg> can you send a companion PR to scopehal-docs?
<d1b2> <azonenberg> to update the list of supported models?
<d1b2> <fredzo_72653> Yep sure, will do !
<_whitenotifier-1> [scopehal] fredzo synchronize pull request #891: Better Siglent SDS HD support - https://github.com/ngscopeclient/scopehal/pull/891
<d1b2> <fredzo_72653> Oops my driver was set to 8bits data transfert mode, I missed a bug in download memory allocation, this is now fixed 🔼