From 062d3f7ea43646cb3fd0803c89bb15ae9b8cf441 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Sat, 8 Jul 2023 21:29:03 +0200 Subject: [PATCH] Script execution --- script/KeithleyVoltageScan.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/KeithleyVoltageScan.py b/script/KeithleyVoltageScan.py index 127b0bf0..c0c93338 100644 --- a/script/KeithleyVoltageScan.py +++ b/script/KeithleyVoltageScan.py @@ -5,9 +5,9 @@ Keithley voltage scan POSITIONERS = (Keithley1Voltage) SENSORS = (Counts, SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, AngleDistribution, Scienta.dataMatrix) -POSITIONS = (-75,75) +POSITIONS = (75,-75) STEPS = 6 -LATENCY = 2.0 +LATENCY = 1.0 RELATIVE = False