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