Script execution

This commit is contained in:
kalt_r
2016-06-28 11:14:46 +02:00
parent bdb31872e1
commit 76cbe1a648
+2 -2
View File
@@ -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")