##// END OF EJS Templates
ip number changes
imanay -
r229:230
parent child
Show More
@@ -12,7 +12,7
12
12
13 def execute(self, beam="0"):
13 def execute(self, beam="0"):
14 #absObj = ABSClient(ipDestino="10.10.10.97")
14 #absObj = ABSClient(ipDestino="10.10.10.97")
15 absObj = ABSClient(ipDestino="10.10.20.26")
15 absObj = ABSClient(ipDestino="10.10.20.27")
16 self.output = absObj.changeBeam(beam)
16 self.output = absObj.changeBeam(beam)
17
17
18 def getOutput(self):
18 def getOutput(self):
General Comments 0
You need to be logged in to leave comments. Login now