15 lines
267 B
Python
15 lines
267 B
Python
off_LH=2.0
|
|
off_LV=2.0
|
|
|
|
Estart=505
|
|
Eend=550
|
|
|
|
|
|
sample_name = 'bulshit-exp'
|
|
|
|
time.sleep(30.0)
|
|
nr_loops=1
|
|
|
|
loop_count = 0
|
|
while loop_count < nr_loops:
|
|
otf(start=Estart, end=Eend, time=3, delay=10, mode = "LINEAR", alpha=0.0, offset = off_LH, name = sample_name+'_LH') |