From 8e811fc0af282f36698d9dc262ef4559f78dd9b5 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Thu, 6 Jul 2023 22:53:49 +0200 Subject: [PATCH] Script execution --- script/KeithleyVoltageScan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/KeithleyVoltageScan.py b/script/KeithleyVoltageScan.py index c41cb33a..bff50302 100644 --- a/script/KeithleyVoltageScan.py +++ b/script/KeithleyVoltageScan.py @@ -6,7 +6,7 @@ Keithley voltage scan POSITIONERS = (Keithley1Voltage) SENSORS = (Counts, SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, AngleDistribution, Scienta.dataMatrix) POSITIONS = (0,20) -STEPS = 2.5 +STEPS = 3 LATENCY = 1.0 RELATIVE = False