Can the input gain be set using the REST API?

Hello everyone,

I use the input gain setting in the QA40X software and then run a few measurement scripts using the REST API.

It’s quite useful to have the QA40X application open, but I was wondering if is possible to set the input gain using the REST API. This would avoid making mistakes such as not applying it or applying it twice (as an offset in my code).

Thanks!

Regards,

Dan

Hi @Dan, the offset isn’t available in REST. The thinking there is that since you are writing the code, you can do whatever input/output offsets you want in code.

Hi Matt, OK thanks – I’ll continue the way I am then. I still need to play around with the Python API!

Regards,

Dan