Script execution

This commit is contained in:
2016-11-07 08:09:36 +01:00
parent b767b1ebe9
commit cba20e71cf

View File

@@ -28,7 +28,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("phase_ref", SECTION + "-RLLE-" + REFxx + ":SIG-AVG-STOP")
cv_gate_stop = PV("gate_stop", SECTION + "-RLLE-" + REFxx + ":SIG-AVG-STOP")
# measured variables
mv_ref_jit_amplt = PV("REF_amplt_jit" ,SECTION + "-RLLE-" + REFxx + ":SIG-AMPLT-JIT-P2P-REL")
@@ -36,8 +36,8 @@ mv_ref_jit_phase = PV("REF_phase_jit" ,SECTION + "-RLLE-" + REFxx + ":SIG-PHASE-
# auxiliary measured variables, but not scanned
auxv_gate_start = PV("phase_ref", SECTION + "-RLLE-" + REFxx + ":SIG-AVG-START")
auxv_p2p_cnt = PV("phase_ref", SECTION + "-RLLE-" + REFxx + ":SIG-P2PCOUNT")
auxv_gate_start = PV("gate_start", SECTION + "-RLLE-" + REFxx + ":SIG-AVG-START")
auxv_p2p_cnt = PV("p2p_count", SECTION + "-RLLE-" + REFxx + ":SIG-P2PCOUNT")
auxv_rfrate = PV("RF_RATE" ,SECTION + "-RLLE-EVR:CHCK-EVNT")