diff --git a/script/jitter_scan.py b/script/jitter_scan.py index 0c3e82c..1b7706a 100644 --- a/script/jitter_scan.py +++ b/script/jitter_scan.py @@ -15,10 +15,10 @@ Preconditions - RF station is running ################################################################# # Parameter SECTION, change it to your RF station before run -SECTION = "S10CB01" +SECTION = "SINSB02" # for 100 Hz and P2P-count = 100 this can be at least 1.1 seconds -latency = 2 +latency = 5 ################################################################# @@ -262,7 +262,7 @@ set_attribute(path, "HVPS", hvps) # ELOG msg = "HVPS command = " + str(hvps)[:6] + "V)" -msg = msg + "saturation power = " + str(satpower)[:6] + "MW)" +msg = msg + "\nsaturation power = " + str(satpower)[:6] + "MW)" msg = msg + "\n---------------------------------------------------------" msg = msg + "\nREF amplt\n" + ref_jit_amplt.return_string_amplt() msg = msg + "\n\nREF phase\n" + ref_jit_phase.return_string_phase()