From a615cf8df04e2e5d753671988ff8dc41cd971e1b Mon Sep 17 00:00:00 2001 From: kalt_r Date: Fri, 1 Jul 2016 16:31:07 +0200 Subject: [PATCH] ready for SINEG01 --- script/jitter_scan.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/script/jitter_scan.py b/script/jitter_scan.py index 14dc529..27dc618 100644 --- a/script/jitter_scan.py +++ b/script/jitter_scan.py @@ -15,7 +15,7 @@ Preconditions - RF station is running ################################################################# # Parameter SECTION, change it to your RF station before run -SECTION = "SINSB02" +SECTION = "SINEG01" # for 100 Hz and P2P-count = 100 this can be at least 1.1 seconds latency = 2 @@ -61,8 +61,8 @@ mv_vsum_jit_amplt = PV("VSUM_amplt_jit" ,SECTION + "-RLLE-DSP:VSUM-AMPLT-JIT-P2P mv_vsum_jit_phase = PV("VSUM_phase_jit" ,SECTION + "-RLLE-DSP:VSUM-PHASE-JIT-P2P") # auxiliary measured variables, but not scanned -#mva_hvps = PV("HVPS" ,SECTION + "-RMOD:V-SET") -mva_hvps = PV("HVPS" ,"SINEG01-RMOD:V-SET") +mva_hvps = PV("HVPS" ,SECTION + "-RMOD:V-SET") +#mva_hvps = PV("HVPS" ,"SINEG01-RMOD:V-SET") # initialize all PVs cv_rf_phase.initialize() @@ -264,7 +264,7 @@ print msg # save the entry in the logbook plot_files = get_plot_snapshots("Jitter Scan") time.sleep(1.0) -elogllrf("Jitter Scan (HVPS="+str(hvps)[:6]+"V", msg,"Measurement", "RF Stability", SECTION, plot_files) +elogllrf("Jitter Scan (HVPS="+str(hvps)[:6]+"V)", msg,"Measurement", "RF Stability", SECTION, plot_files)