From b41dc054eb5acbe1b4cc0587e237a2ba0a76ebc3 Mon Sep 17 00:00:00 2001 From: kalt_r Date: Fri, 1 Jul 2016 11:16:41 +0200 Subject: [PATCH] Script execution --- script/jitter_scan.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/script/jitter_scan.py b/script/jitter_scan.py index fd2bfe7..4a1cb3d 100644 --- a/script/jitter_scan.py +++ b/script/jitter_scan.py @@ -98,7 +98,7 @@ amplt_m10 = 0.9 * amplt_stop #scan_result = ascan((cv_rf_phase, cv_rf_amplt), (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), (-170.0, 0.2), (180.0, 0.3), (10.0, 0.05) , latency=latency, title="Jitter Scan", zigzag=True) -scan_result = ascan((cv_rf_amplt, 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), ( 0.2, -170.0), (0.3, 180.0), (0.05, 10.0) , latency=latency, title="Jitter Scan", zigzag=True) +scan_result = ascan((cv_rf_amplt, 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), ( 0.2, -170.0), (0.3, 180.0), (0.05, 10.0) , latency=latency, title="Jitter Scan", zigzag=False) @@ -198,6 +198,7 @@ kly_jit_phase = all_statistics_calc(scan_result.getReadable(7)) #Setting attributes to the scan group path = get_context().group set_attribute(path, "SECTION", SECTION) +""" set_attribute(path, "ref_jit_amplt", ref_jit_amplt) set_attribute(path, "ref_jit_phase", ref_jit_phase) @@ -209,6 +210,7 @@ set_attribute(path, "pre_jit_phase", pre_jit_phase) set_attribute(path, "kly_jit_amplt", kly_jit_amplt) set_attribute(path, "kly_jit_phase", kly_jit_phase) +""" set_attribute(path, "HVPS", hvps)