Closedown
This commit is contained in:
@@ -19,9 +19,23 @@ if get_context().source == CommandSource.ui:
|
||||
I2 = 50.0
|
||||
dI = 1.0
|
||||
settling_time = 0.1
|
||||
plot_image = False
|
||||
number_backgrounds = 0
|
||||
plot_image = False
|
||||
number_images = 1
|
||||
use_background = True
|
||||
multiple_background = True
|
||||
number_backgrounds = 5
|
||||
|
||||
print I1
|
||||
print I2
|
||||
print dI
|
||||
print settling_time
|
||||
print plot_image
|
||||
print number_images
|
||||
print use_background
|
||||
print multiple_background
|
||||
print number_backgrounds
|
||||
|
||||
abort()
|
||||
|
||||
|
||||
plot_name = datetime.datetime.fromtimestamp(time.time()).strftime('%H%M%S')
|
||||
|
||||
Reference in New Issue
Block a user