mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 12:57:13 +02:00
experimental python
This commit is contained in:
@ -6,19 +6,4 @@ class ExperimentalDetector(multiDetectorApi):
|
||||
super().__init__(0)
|
||||
self.online = True
|
||||
|
||||
@property
|
||||
def online(self):
|
||||
return self._setOnline() == 1
|
||||
|
||||
@online.setter
|
||||
def online(self, value):
|
||||
self._setOnline(value)
|
||||
|
||||
@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