7 lines
96 B
Python
7 lines
96 B
Python
#MonoEnergy.write(110.0)
|
|
|
|
Eph.write(600.0)
|
|
while not Eph.isReady():
|
|
wait(10);
|
|
print("DONE")
|