1 2 3 4 5 6 7 8 9 10
import ue9qol daq = ue9qol.UE9qol() daq.setOutputCh(0, 0.5) v1 = daq.getInputCh(1) print(f'ch1 = {v1}')