15 lines
206 B
Python
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
|
|
|