@@ -77,12 +77,14 | |||
|
77 | 77 | def sendFile(self, base): No newline at end of file |
|
78 | 78 | No newline at end of file |
|
79 | 79 | #Needed for the file creation |
|
80 | No newline at end of file | |
|
80 | file_list = self.datarx No newline at end of file | |
|
81 | 81 | #Needed for the loop |
|
82 | No newline at end of file | |
|
82 | rx_frame_list = self.datarx.split('\n') No newline at end of file | |
|
83 | 83 | No newline at end of file |
|
84 | 84 | experiment_name = rx_frame_list[0] No newline at end of file |
|
85 | 85 | experiment_number = rx_frame_list[1] No newline at end of file |
|
86 | str_control_modules = rx_frame_list[2] | |
|
No newline at end of file | ||
|
87 | lst_control_modules = str_control_modules.split("------\n") No newline at end of file | |
|
86 | 88 | #Setting variables of the loop No newline at end of file |
|
87 | 89 | i =3 No newline at end of file |
|
88 | 90 | module = 1 No newline at end of file |
General Comments 0
You need to be logged in to leave comments.
Login now