@@ -72,6 +72,11 | |||
|
72 | 72 | if lst[i]=='/': |
|
73 | 73 | fin=i |
|
74 | 74 | break |
|
75 | if type == '1': | |
|
76 | nombre2 = lst[fin+1:] | |
|
77 | nombre2[-1]='s' | |
|
78 | nombre2 = lst2string(nombre2) | |
|
79 | return nombre2 | |
|
75 | 80 | if type == '2': |
|
76 | 81 | nombre2 = lst[fin+1:] |
|
77 | 82 | nombre2[-1]='1' |
@@ -194,7 +199,7 | |||
|
194 | 199 | ne=NumeroDeExperimentos(archivo) |
|
195 | 200 | |
|
196 | 201 | #nombre01 = file1(archivo,'1') |
|
197 |
nombre02 = file1(archivo,' |
|
|
202 | nombre02 = file1(archivo,'1') | |
|
198 | 203 | fichero=open(CarpetaDeTrabajo+'FormatoControlCentral.txt','w') |
|
199 | 204 | fichero.write(nombre02+'\n') |
|
200 | 205 | fichero.write(str(ne)+'\n') |
@@ -248,7 +253,7 | |||
|
248 | 253 | filename = "experimento1.abs" |
|
249 | 254 | |
|
250 | 255 | absObj = ABSClient() |
|
251 |
|
|
|
252 |
|
|
|
253 |
|
|
|
254 | absObj.changeBeam("7") No newline at end of file | |
|
256 | # absObj.sendFile(filename) | |
|
257 | # absObj.changeBeam("0") | |
|
258 | absObj.changeBeam("2") | |
|
259 | # absObj.changeBeam("7") No newline at end of file |
General Comments 0
You need to be logged in to leave comments.
Login now