Hello, I am using python code for multiinstrument with moku:lab.
I want to adjust input voltage_range for Ch1 and Ch2. I used
m.set_frontend()
m.get_frontend()
both does not work. Any Idea how to fix this?
best
Saman
Hi Saman @Saman ,
The get_frontend
gives you the information of frontend configurations. Please use set_frontend
if you need to adjust the input voltage range: https://apis.liquidinstruments.com/reference/mim/set_frontend.html
Thanks,
Hank