Closedown

This commit is contained in:
2016-11-07 08:56:35 +01:00
parent 200fcfc858
commit 9c15e6b589

View File

@@ -27,7 +27,7 @@ set_context(path = "{data}/{year}_{month}/{date}/{date}_{time}_" + str(SECTION)
import ch.psi.pshell.epics.ChannelDouble as PV
# controlled variabales
cv_gate_stop = PV("gate_stop - 0.15 = duration", SECTION + "-RLLE-" + REFxx + ":SIG-AVG-STOP")
cv_gate_stop = PV("gate_stop - 0.15 = duration [us]", SECTION + "-RLLE-" + REFxx + ":SIG-AVG-STOP")
# measured variables
mv_ref_jit_amplt = PV("REF_amplt_jit" ,SECTION + "-RLLE-" + REFxx + ":SIG-AMPLT-JIT-P2P-REL")