re-wrote epics PV counter

This commit is contained in:
2020-03-24 20:48:41 +00:00
parent 04571575cd
commit 7aee282776

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python
from slic.controls import PV
from slic.daq import BSCounter, DBCounter, DIACounter
from slic.daq import BSCounter, DBCounter, DIACounter, PVCounter
from slic.scans import Scanner
from slic.utils import Channels, Config, Elog, Screenshot
from slic.checkers import PVChecker
@ -52,6 +52,7 @@ scansBSreadLocal = Scanner(
bsdaqDB = DBCounter(cfg.instrument, cfg.pgroup, default_channels=channels)
bsdaqPV = PVCounter(cfg.instrument, cfg.pgroup, default_channels=channels)