st-ten-1/src/components/Automation/BDaq/CounterClockSourceIndexer.py

12 lines
366 B
Python
Raw Normal View History

2023-01-03 09:22:54 +00:00
#!/usr/bin/python
# -*- coding:utf-8 -*-
from Automation.BDaq.CounterIndexer import CounterIndexer
from Automation.BDaq import SignalDrop
from Automation.BDaq import Utils
class CounterClockSourceIndexer(CounterIndexer):
def __init__(self, nativeIndexer):
super(CounterClockSourceIndexer, self).__init__(nativeIndexer, SignalDrop, Utils.toSignalDrop)