This commit is contained in:
gac-x11ma
2025-10-30 14:02:37 +01:00
parent fb9b13eead
commit 9f74db9be6
8 changed files with 251 additions and 11 deletions
+3
View File
@@ -0,0 +1,3 @@
r = tscan(keithley_1a, samples, interval)
set_return(r)
+3 -2
View File
@@ -4,6 +4,7 @@ sensors = [Keithley_2_raw]
#ascan([FE_CX, FE_CY], sensors, [X_min, Y_min], [X_max, Y_max], [X_step, Y_step], latency=0.5, zigzag=True)
#ascan([FE_CX, FE_CY], sensors, [-1.0, 0.3], [0.0, 1.3], [0.1, 0.1], latency=0.5, zigzag=True)
ascan([m1, m2], sensors, [-0.5, 0.45], [0.0, 1.05], [0.05, 0.05], latency=0.5, zigzag=False)
#ascan([m1, m2], sensors, [-0.5, 0.45], [0.0, 1.05], [0.05, 0.05], latency=0.5, zigzag=False)
#lscan(energy, sensors, 1100, 1900, 5.0, latency=0.5)
#lscan(energy, sensors, 1100, 1900, 5.0, latency=0.5)
tscan(sensors, 10, 0.1)