mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-14 13:57:13 +02:00
also for rx_hostname
This commit is contained in:
@ -780,7 +780,8 @@ class Detector(CppDetectorApi):
|
|||||||
|
|
||||||
@rx_hostname.setter
|
@rx_hostname.setter
|
||||||
def rx_hostname(self, hostname):
|
def rx_hostname(self, hostname):
|
||||||
self.setRxHostname(hostname)
|
args = hostname_list(hostname)
|
||||||
|
self.setRxHostname(args)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
@element
|
@element
|
||||||
|
Reference in New Issue
Block a user