6 lines
73 B
Python
6 lines
73 B
Python
d = 'X07MB-ES3-MA1:TRSCANH.RBV'
|
|
print(d)
|
|
gg = Channel( d )
|
|
T = gg.get()
|
|
|