Script execution
This commit is contained in:
@@ -9,7 +9,7 @@ stop = 180.0
|
||||
step = 10.0
|
||||
|
||||
|
||||
def elogllrf(subject, message, attachments = [], system, subsystem, section):
|
||||
def elogllrf(subject, message, system, subsystem, section, attachments = []):
|
||||
"""
|
||||
Add entry to ELOG.
|
||||
"""
|
||||
@@ -70,7 +70,7 @@ print "Step = ", step
|
||||
#r = lscan(cv_rf_phase, (mv_ref_jit_amplt,mv_ref_jit_PHASE,mv_iqm_jit_amplt,mv_iqm_jit_PHASE,mv_pre_jit_amplt,mv_pre_jit_PHASE,mv_kly_jit_amplt,mv_kly_jit_PHASE), start, stop, step , latency=latency)
|
||||
|
||||
|
||||
elogllrf("Hallo Test", "Das ist meine Nachricht...", [], "LLRF", "General", "SINEG01","SwissFEL","LLRF")
|
||||
elogllrf("Hallo Test", "Das ist meine Nachricht...","LLRF", "General", "SINEG01")
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user