From 6fbc8d630128fcab9b2420d964d3014b578bc185 Mon Sep 17 00:00:00 2001 From: X11MA Date: Wed, 15 Feb 2017 16:15:39 +0100 Subject: [PATCH] Script execution --- script/Sridhar/test_field.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script/Sridhar/test_field.py b/script/Sridhar/test_field.py index 10e8d26..0848423 100644 --- a/script/Sridhar/test_field.py +++ b/script/Sridhar/test_field.py @@ -9,4 +9,5 @@ OFFSET2 = -9.50 #ID2 offset FIELD_PRECISION = 0.05 # in Amps ENERGY_CHANGE_SLEEP = 0.5 # put the Enerrgy settling time if needed FIELD_CHANGE_SLEEP = 0.5 # put the Field settling time if needed -run("Sridhar/field_sweep_old") \ No newline at end of file +ACC_TIME = 1.0 +run("field_sweep") \ No newline at end of file