I play EzBlock Studio by Python. I add a remote component Digital tube. But I don’t know how to set the values to digital tube A and how can change the digital tube label. Below is my code:
from ezblock import Remote
pads = Remote()
pads.set_digitaltube_value(13.1) ← can not work
Can you provide the remote function source code or give all API function of remote library?
Thank you!