mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-17 02:48:42 +01:00
merging refactor (replacing)
This commit is contained in:
16
python/sls_detector/experimental.py
Executable file
16
python/sls_detector/experimental.py
Executable file
@@ -0,0 +1,16 @@
|
||||
|
||||
from _sls_detector import multiDetectorApi
|
||||
|
||||
class ExperimentalDetector(multiDetectorApi):
|
||||
def __init__(self):
|
||||
super().__init__(0)
|
||||
|
||||
|
||||
@property
|
||||
def rx_udpip(self):
|
||||
return self._getReceiverUDPIP(-1)
|
||||
|
||||
@rx_udpip.setter
|
||||
def rx_udpip(self, ip):
|
||||
self._setReceiverUDPIP(ip, -1)
|
||||
|
||||
Reference in New Issue
Block a user