From 62ff5291a4c1ebae339a27ff909d57b8e2ed57c8 Mon Sep 17 00:00:00 2001 From: voulot_d Date: Thu, 9 Feb 2017 16:41:05 +0100 Subject: [PATCH] Closedown --- script/RFscan/GunScan.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script/RFscan/GunScan.py b/script/RFscan/GunScan.py index e65a426..0ecf548 100644 --- a/script/RFscan/GunScan.py +++ b/script/RFscan/GunScan.py @@ -26,7 +26,8 @@ phase.initialize() camtool = Camtool("sflca:10000") camtool.startPipeline("simulated") camtool.startReceiver() -x = camtool.getValue("x_fit_mean") +x = camtool.getValue("x_com") +dx = camtool.getValue("x_rms") #x = Channel("SINEG01-RSYS:GET-VSUM-AMPLT-SIM", type = 'd', alias='Amplitude Readback') #dx = Channel("SINEG01-RSYS:GET-KLY-POWER-SIM", type = 'd', alias='Power Readback')