From 36ce34435fc45e5267de3490324be41c7203a49d Mon Sep 17 00:00:00 2001 From: voulot_d Date: Tue, 2 May 2017 16:36:59 +0200 Subject: [PATCH] Closedown --- script/RFscan/SchottkyScan.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/RFscan/SchottkyScan.py b/script/RFscan/SchottkyScan.py index 93c46a0..8dcb1c8 100644 --- a/script/RFscan/SchottkyScan.py +++ b/script/RFscan/SchottkyScan.py @@ -13,8 +13,8 @@ else: nb = int(args[3]) lat = args[4] -#phase = ControlledVariable("Phase", "SINEG01-RSYS:SET-VSUM-PHASE", "SINEG01-RSYS:GET-VSUM-PHASE") -phase = ControlledVariable("Phase", "S10CB09-RSYS:SET-VSUM-PHASE", "S10CB09-RSYS:SET-VSUM-PHASE") +phase = ControlledVariable("Phase", "SINEG01-RSYS:SET-VSUM-PHASE", "SINEG01-RSYS:GET-VSUM-PHASE") +#phase = ControlledVariable("Phase", "S10CB09-RSYS:SET-VSUM-PHASE", "S10CB09-RSYS:SET-VSUM-PHASE") phase.config.minValue =-180.0 phase.config.maxValue = 360.0 phase.config.precision = 3