Script execution
This commit is contained in:
@@ -104,7 +104,7 @@ set_attribute(path, "kly_jit_phase_mean", kly_jit_phase_mean)
|
||||
|
||||
# ELOG
|
||||
msg = scan_result.print("\t")
|
||||
msg = msg + "\nMean:\nREF amplt\t" + ref_jit_amplt_mean + "\nREF phase\t" + ref_jit_phase_mean + "\n\nIQM amplt\t" + iqm_jit_amplt_mean + "\nIQM phase\t" + iqm_jit_phase_mean + "\n\nPRE amplt\t" + pre_jit_amplt_mean + "\npre phase\t" + pre_jit_phase_mean + "\n\nKLY amplt\t" + kly_jit_amplt_mean + "\nkly phase\t" + kly_jit_phase_mean
|
||||
msg = msg + "\nMean:\nREF amplt\t" + str(ref_jit_amplt_mean) + "\nREF phase\t" + str(ref_jit_phase_mean) + "\n\nIQM amplt\t" + str(iqm_jit_amplt_mean) + "\nIQM phase\t" + str(iqm_jit_phase_mean) + "\n\nPRE amplt\t" + str(pre_jit_amplt_mean) + "\npre phase\t" + str(pre_jit_phase_mean) + "\n\nKLY amplt\t" + str(kly_jit_amplt_mean) + "\nkly phase\t" + str(kly_jit_phase_mean)
|
||||
msg = msg + "\n\nFile: " + get_context().path
|
||||
|
||||
print msg
|
||||
|
||||
Reference in New Issue
Block a user