##// END OF EJS Templates
- Corregido el formato del archivo abs cuando se exporta.
- Corregido el formato del archivo abs cuando se exporta.

File last commit:

r137:138
r157:158
Show More
changeBeam.py
12 lines | 241 B | text/x-python | PythonLexer
abs control scripts
r76 import file
from client3 import *
Calling the script with a filename argument
r137 import sys
abs control scripts
r76
r127 absObj = ABSClient(ipDestino="10.10.10.97")
#absObj = ABSClient()
Calling the script with a filename argument
r137
if len(sys.argv) == 2:
#beam = "2"
beam = sys.argv[1]
absObj.changeBeam(beam)
else:
print "Only one argument needed"