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 quit [Ping timeout: 255 seconds]
Degi_ has joined #scopehal
Degi_ is now known as Degi
Stary has quit [Quit: ZNC - http://znc.in]
Fridtjof has quit [Quit: ZNC - http://znc.in]
Stary has joined #scopehal
Fridtjof has joined #scopehal
<d1b2> <246tnt> Unrelated, but I was wondering if there was an easy way to do this with scope hal : I have two captured signals and I want to count the number of pulses of ch1 between two rising edges of ch2. Is that doable ?
<gurki> i found that raw sockets tend to be faster than hislip for my bubble of instruments
<gurki> however, some tools will force you to use hislip
<gurki> however, you tend to be so deeply tied to keysight tools for most of the instruments even offering hislip that im not fully certain youll gain much from integrating it with scopehal
<gurki> apparently i like the word "however"
<gurki> azonenberg: if you have some simple testscript i could try whether it breaks
Bird|ghosted has joined #scopehal
Bird|otherbox has quit [Ping timeout: 252 seconds]
<d1b2> <azonenberg> off the top of my head, i dont think we have a filter for that. It'd be straightforward to write one, i imagine
<_whitenotifier-3> [scopehal] azonenberg closed pull request #874: Added support for DHO800/DHO900 series - https://github.com/ngscopeclient/scopehal/pull/874
<_whitenotifier-3> [scopehal] azonenberg pushed 4 commits to master [+0/-0/±6] https://github.com/ngscopeclient/scopehal/compare/968163dfa224...7482b99e5393
<_whitenotifier-3> [scopehal] azonenberg 7482b99 - Merge pull request #874 from fazs/dev_rigol_DHO800 Added support for DHO800/DHO900 series
<_whitenotifier-3> [scopehal] azonenberg pushed 3 commits to master [+0/-0/±3] https://github.com/ngscopeclient/scopehal/compare/7482b99e5393...b42d1a92ca9d
<_whitenotifier-3> [scopehal] azonenberg b42d1a9 - Merge pull request #875 from hansemro/siglent-2024-update-fixup Siglent: Replace :TRIG:MODE STOP with :TRIG:STOP; handle new SDS2000X+ version format
<_whitenotifier-3> [scopehal] azonenberg closed pull request #875: Siglent: Replace :TRIG:MODE STOP with :TRIG:STOP; handle new SDS2000X+ version format - https://github.com/ngscopeclient/scopehal/pull/875
<_whitenotifier-3> [scopehal-apps] azonenberg pushed 1 commit to master [+0/-0/±1] https://github.com/ngscopeclient/scopehal-apps/compare/2fcecb1c8efd...081e09172bf9
<_whitenotifier-3> [scopehal-apps] azonenberg 081e091 - Update to latest scopehal
<d1b2> <246tnt> Is there some way to write filters in python or lua or even glsl. Something you can do from the ui quickly for jobs like that ?
<d1b2> <azonenberg> Not yet. There's an open high level wishlist item for both some way to script the GUI itself
<d1b2> <azonenberg> and for some way to prototype filters in a scripting language
<d1b2> <azonenberg> The bindings would be nontrivial, it can certainly be done
<d1b2> <azonenberg> but it's something we'd want to get a couple people together and discuss how to make it reasonably efficient, forward-looking design that we wont have to change in a few months, and as capable as possible
<d1b2> <azonenberg> Making something that only knows how to do one analog stream -> one analog stream would be striaghtforward
<d1b2> <azonenberg> if you want to be able to work with protocol data etc it gets a lot more complex
<d1b2> <azonenberg> honestly the main reason it doesnt exist yet, as with a lot of other features, is lack of time and dev resources 🙂
<d1b2> <246tnt> Yeah I can imagine 😅