This commit is contained in:
2019-12-10 09:29:54 +01:00
parent a1e2b8d128
commit d0f7d2b02f
10 changed files with 101 additions and 33 deletions

8
script/test/TestHist.py Normal file
View File

@@ -0,0 +1,8 @@
import ch.psi.pshell.device.HistogramGenerator as Hist
h=Hist("hist",pe.readback, 100, 100.0,500.0,100)
h.monitored=True
h.initialize()
show_panel(h)
show_panel(pe)