Closedown
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
###################################################################################################
|
||||
|
||||
|
||||
DIODE_SETTLING_TIME = 0.005 #10ms
|
||||
DIODE_SETTLING_TIME = 0.010 #10ms
|
||||
|
||||
|
||||
#Devices
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user