Create custom automated measurements

Is it possible to create custom automated measurements? (.ddl)

Is it possible to create custom automated measurements? (.ddl)

Hi @Dsmartbox, here’s a good starting point on how to do that:

Hi, I don’t mean with the rest API, I mean as a “plugin”, similar to all the automated measurements already existing in the software

Hi @Dsmartbox, that used to be an option in the older software, but it was removed for the QA40x software as the API filled out. if you can write code, you can write a standalone app really quickly to make measurements. There’s a post on this board where a guy wrote a FLAC player for the QA40x (48, 96 and 192k) in about 100 lines of python. That was using the bare metal code (no QA40x app involved). The REST interface puts even less burden on the writer.