From 9c15e6b589f83d819b9942d71ee558ea501cb5bf Mon Sep 17 00:00:00 2001 From: Roger Kalt Date: Mon, 7 Nov 2016 08:56:35 +0100 Subject: [PATCH] Closedown --- script/jitter_vs_avggatelength_scan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/jitter_vs_avggatelength_scan.py b/script/jitter_vs_avggatelength_scan.py index 15bdf80..9aa45d7 100644 --- a/script/jitter_vs_avggatelength_scan.py +++ b/script/jitter_vs_avggatelength_scan.py @@ -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")