Script execution
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user