From b53e348e44097e0d1252c48fa907c4607b78049f Mon Sep 17 00:00:00 2001 From: gac-x11ma Date: Thu, 14 Dec 2017 02:14:41 +0100 Subject: [PATCH] Script execution --- script/Electric_field_loop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/Electric_field_loop.py b/script/Electric_field_loop.py index a7b0ac3..cfce928 100644 --- a/script/Electric_field_loop.py +++ b/script/Electric_field_loop.py @@ -54,7 +54,7 @@ for i in range(0,No_of_steps): wait_channel(OTF_DONE, 1, type = 'i') readback2 = energy.read() sleep(1); - detector1 = flaot(keithley_1a.read()) #Keithley1 + detector1 = float(keithley_1a.read()) #Keithley1 detector2 = float(keithley_2a.read()) #Keithley2 detector4 = caget(OTF_MODE2) #polarization in ID2 M1 = detector2/detector1