ready for SINEG01

This commit is contained in:
kalt_r
2016-07-01 16:31:07 +02:00
parent db2e2ffda0
commit a615cf8df0

View File

@@ -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)