mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 21:07:13 +02:00
added missing py file
This commit is contained in:
11
python/sls_detector/experimental.py
Normal file
11
python/sls_detector/experimental.py
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
from _sls_detector import multiDetectorApi
|
||||
|
||||
class ExperimentalDetector(multiDetectorApi):
|
||||
def __init__(self):
|
||||
super().__init__(0)
|
||||
|
||||
# @rx_udpip.setter
|
||||
# def rx_udpip(self, ip):
|
||||
# self._setReceiverUDPIP(ip, -1)
|
||||
|
Reference in New Issue
Block a user