How can set value to Digital tube (Web)

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!

It should be:
from ezblock import Remote
pads = Remote()
pads.set_segment_value(13.1)

Thank you very much

Yahoo Mail:輕鬆搜尋和整理郵件,助你解決問題

Can I change the label name Digital tube A to another label name?

It cannot be modified. The digital tube labels A, B, and C represent the serial numbers of the digital tubes and do not need to be renamed.