11 lines
259 B
Python
11 lines
259 B
Python
|
|
pico_amp.start()
|
|
time.sleep(1.0)
|
|
readables = pico_amp.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.stop() |