##// END OF EJS Templates

File last commit:

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