##// END OF EJS Templates
Test with two networks.
imanay -
r98:99
parent child
Show More
@@ -1,7 +1,7
1 1 import file No newline at end of file
2 2 from client3 import * No newline at end of file
3 3
4 No newline at end of file
4 beam = "4" No newline at end of file
5 5
6 No newline at end of file
6 absObj = ABSClient() No newline at end of file
7 7 absObj.changeBeam(beam) No newline at end of file
@@ -1,7 +1,7
1 1 import file No newline at end of file
2 2 from client3 import * No newline at end of file
3 3 No newline at end of file
4 4 ns = 4 No newline at end of file
5 5
6 No newline at end of file
6 absObj = ABSClient() No newline at end of file
7 7 absObj.getControlModuleStatus(ns) No newline at end of file
@@ -1,7 +1,7
1 1 import file No newline at end of file
2 2 from client3 import * No newline at end of file
3 3 No newline at end of file
4 4 filename = "experimento1.abs" No newline at end of file
5 5
6 No newline at end of file
6 absObj = ABSClient() No newline at end of file
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