These days I stumbled upon a weird problem where a Python script of mine would silently fail to save some data to a file. Turns out you can suppress exceptions in a loop with break 😧.
Let me start by outlining what I was trying to achieve: I have a process …
Running accelerated tests at elevated humidity levels in a climate chamber requires a (constant) supply of deionized water to feed the humidifier. Sealing the chamber goes a long way to minimize the loss of water during the test, however the setup will never be vapor-tight. The water supply needs to …
When working on a project, I sometimes want to get a quick screen capture from my Rigol DS1054Z for documentation purposes. In the past I have used DSRemote for this. However, being a tool to remotely control your scope it doesn't cope well with using the physical inputs on the …