Topic: Control the input gain of the RME fireface UC from python

Hello,
I have some measurement protocole that require a range of different levels, for that I create my signals with python, send it with sounddevice library and read them back. I want to be able to set the input gain of the RME fireface UC from my python script so that my values are not saturating the input of the device. Is there a way to do just that ?
Tanks for helping.

Re: Control the input gain of the RME fireface UC from python

I figured I would be using OSC from python-osc library but I know nothing about this.