16 lines
375 B
Python
16 lines
375 B
Python
TEST = False
|
|
|
|
|
|
if TEST:
|
|
set_exec_pars(path="/sls/X12SA/data/x12saop/Data10/bpm/{date}_{time}_{name}")
|
|
|
|
pico_amp_6.start()
|
|
time.sleep(1.0)
|
|
readables = pico_amp_6.getChildren().tolist() #+ pico_amp_2.getChildren().tolist()
|
|
readables.insert(0,Timestamp())
|
|
setup_plotting(line_plots = readables)
|
|
#pico_amp.waitReady(-1)
|
|
|
|
r=tscan(readables, 1000 , 1.0)
|
|
|
|
pico_amp_6.stop() |