import ue9qol daq = ue9qol.UE9qol() daq.setOutputCh(0, 0.5) v1 = daq.getInputCh(1) print(f'ch1 = {v1}')