Closedown

This commit is contained in:
gac-x04sa
2018-02-10 06:22:44 +01:00
parent 09537b00a1
commit d044d38935
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
###################################################################################################
DIODE_SETTLING_TIME = 0.005 #10ms
DIODE_SETTLING_TIME = 0.010 #10ms
#Devices
+2 -2
View File
@@ -7,12 +7,12 @@ if get_exec_pars().source == CommandSource.ui:
X_MAX = scx.maxValue / 2
Y_MIN = scy.minValue / 2
Y_MAX = scy.maxValue / 2
MIN_SAMPLE_SIZE = 0.25
MIN_SAMPLE_SIZE = 0.15
SCAN_RESOLUTION = 0.01
OMEGA_START = 57.0
Z_START = 0.0
MAX_SAMPLE_SIZE = 0.4
MAX_SAMPLE_SIZE = 0.5
y_step = MIN_SAMPLE_SIZE * 0.5