6 lines
144 B
Python
6 lines
144 B
Python
START = 1500.0
|
|
END =1550.0
|
|
TIME = 2.0
|
|
NAME = "test_otf"
|
|
|
|
otf(START, END, TIME, delay=0.0, mode = None, offset = None, alpha = None, name = NAME) |