From 4b410ecda1de90c41662a0daf5602df57db9604e Mon Sep 17 00:00:00 2001 From: sfop Date: Mon, 3 Apr 2017 10:46:55 +0200 Subject: [PATCH] Script execution --- script/RFscan/SchottkyScan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/RFscan/SchottkyScan.py b/script/RFscan/SchottkyScan.py index bfeb655..72a6e12 100644 --- a/script/RFscan/SchottkyScan.py +++ b/script/RFscan/SchottkyScan.py @@ -14,7 +14,7 @@ else: lat = args[4] -phase = ControlledVariable("Phase", "SINEG01-RSYS:SET-VSUM-PHASE", "SINEG01-RSYS:GET-VSUM-PHASE") +phase = ControlledVariable("Phase", "SINEG01-RSYS:SET-VSUM-PHASE", "SINEG01-RSYS:SET-VSUM-PHASE") phase.config.minValue =-180.0 phase.config.maxValue = 180.0 phase.config.resolution = 0.5