Closedown

This commit is contained in:
sfop
2016-06-06 15:20:39 +02:00
parent 222c1d3a18
commit 4f9cf63819

View File

@@ -18,7 +18,7 @@ mag = [ "SINEG01-MCRX120",
"SINEG01-MQUA140",
"SINEG01-MQUA150"]
for m in mag:
ch = Channel(m + ":I-SET")
ch = (m + ":I-SET")
caput(ch, 0.0)
#for m in mag:
# ccr(m)