Files
x07mb/script/Users/Thomas/test8.py
2022-03-04 14:28:28 +01:00

15 lines
206 B
Python

d=0
d=Channel('X07MB-OP2:SMPL-DONE')
#ee=caget('X07MB-OP2:SMPL-DONE')
#print(ee)
for i in range(1000):
time.sleep(4)
d=0
d=Channel('X07MB-OP2:SMPL-DONE')
e=d.read()
print(e)
#endfor