From 5bef26d9ba56cd0b50db6bb595125af1f906edcb Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Thu, 6 Jul 2023 23:11:19 +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 bff50302..ad71e076 100644 --- a/script/KeithleyVoltageScan.py +++ b/script/KeithleyVoltageScan.py @@ -5,8 +5,8 @@ Keithley voltage scan POSITIONERS = (Keithley1Voltage) SENSORS = (Counts, SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, AngleDistribution, Scienta.dataMatrix) -POSITIONS = (0,20) -STEPS = 3 +POSITIONS = (75,-75) +STEPS = 6 LATENCY = 1.0 RELATIVE = False