##// END OF EJS Templates

File last commit:

r127:128
r130:131
Show More
changeBeam.py
7 lines | 140 B | text/x-python | PythonLexer
abs control scripts
r76 import file
from client3 import *
r115 beam = "2"
abs control scripts
r76
r127 absObj = ABSClient(ipDestino="10.10.10.97")
#absObj = ABSClient()
abs control scripts
r76 absObj.changeBeam(beam)