##// END OF EJS Templates
Test with two networks.
imanay -
r98:99
parent child
Show More
@@ -1,7 +1,7
1 1 import file
2 2 from client3 import *
3 3
4 beam = "4"
4 beam = "3"
5 5
6 absObj = ABSClient()
6 absObj = ABSClient(ipDestino="100.100.12.117")
7 7 absObj.changeBeam(beam) No newline at end of file
@@ -1,7 +1,7
1 1 import file
2 2 from client3 import *
3 3
4 4 ns = 4
5 5
6 absObj = ABSClient()
6 absObj = ABSClient(ipDestino="100.100.12.117")
7 7 absObj.getControlModuleStatus(ns) No newline at end of file
@@ -1,7 +1,7
1 1 import file
2 2 from client3 import *
3 3
4 4 filename = "experimento1.abs"
5 5
6 absObj = ABSClient()
6 absObj = ABSClient(ipDestino="100.100.12.117")
7 7 absObj.sendFile(filename) No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now