10 lines
405 B
Python
10 lines
405 B
Python
|
|
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)
|
|
|
|
#lscan(energy, sensors, 1100, 1900, 5.0, latency=0.5)
|
|
tscan(sensors, 10, 0.1) |