Script execution

This commit is contained in:
sfop
2016-10-18 12:58:32 +02:00
parent 3c6e9c8023
commit 60bcb0900e
+3 -3
View File
@@ -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()