added several scripts
This commit is contained in:
24
CuO_overnight_JF.py
Normal file
24
CuO_overnight_JF.py
Normal file
@@ -0,0 +1,24 @@
|
||||
#%run -i ./CuO_overnight_JF.py
|
||||
|
||||
import time
|
||||
|
||||
#0.5 mJ/cm2
|
||||
laser_fluence.set_target_value(51.7).wait()
|
||||
scan.scan1D(gate_delay, 71, 74, 0.1, 2000, "gate_delay", return_to_initial_values=True)
|
||||
|
||||
#0.25 mJ/cm2
|
||||
laser_fluence.set_target_value(52.5).wait()
|
||||
scan.scan1D(gate_delay, 71, 74, 0.1, 2000, "gate_delay", return_to_initial_values=True)
|
||||
|
||||
#5 mJ/cm2
|
||||
#laser_fluence.set_target_value(47.77).wait()
|
||||
#scan.scan1D(gate_delay, 71, 74, 0.1, 2000, "gate_delay", return_to_initial_values=True)
|
||||
|
||||
#3 mJ/cm2
|
||||
#laser_fluence.set_target_value(48.9).wait()
|
||||
#scan.scan1D(gate_delay, 71, 74, 0.1, 2000, "gate_delay", return_to_initial_values=True)
|
||||
|
||||
#1 mJ/cm2
|
||||
#laser_fluence.set_target_value(51.1).wait()
|
||||
#scan.scan1D(gate_delay, 71, 74, 0.1, 2000, "gate_delay", return_to_initial_values=True)
|
||||
|
||||
Reference in New Issue
Block a user