Files
saresb/script/test/test_psss.py
2021-04-28 09:14:56 +02:00

13 lines
83 B
Python
Executable File

p=plot(None)[0]
while True:
plot_psss(p)
time.sleep(1.0)