10 lines
221 B
Python
10 lines
221 B
Python
|
|
pico_amp.start()
|
|
time.sleep(1.0)
|
|
readables = pico_amp.getChildren().tolist() #+ pico_amp_2.getChildren().tolist()
|
|
setup_plotting(line_plots = readables)
|
|
pico_amp.waitReady(-1)
|
|
|
|
r=tscan(readables, 1, 0)
|
|
|
|
#pico_amp.stop() |