8 lines
166 B
Python
8 lines
166 B
Python
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) |