7 lines
102 B
Python
7 lines
102 B
Python
#MonoEnergy.write(110.0)
|
|
|
|
Eph.write(500.0)
|
|
while not Eph.isReady():
|
|
time.sleep(10);
|
|
print("DONE")
|