mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-21 11:20:04 +02:00
removed wrongly named functions
This commit is contained in:
parent
c94dfde17c
commit
6cfaa92b61
@ -884,38 +884,6 @@ class Detector(CppDetectorApi):
|
|||||||
def udp_dstport2(self, port):
|
def udp_dstport2(self, port):
|
||||||
self.setDestinationUDPPort2(port)
|
self.setDestinationUDPPort2(port)
|
||||||
|
|
||||||
@property
|
|
||||||
def src_udpmac(self):
|
|
||||||
return element_if_equal(self.getSourceUDPMAC())
|
|
||||||
|
|
||||||
@src_udpmac.setter
|
|
||||||
def src_udpmac(self, mac):
|
|
||||||
self.setSourceUDPMAC(MacAddr(mac))
|
|
||||||
|
|
||||||
@property
|
|
||||||
def src_udpip2(self):
|
|
||||||
return element_if_equal(self.getSourceUDPIP())
|
|
||||||
|
|
||||||
@src_udpip2.setter
|
|
||||||
def src_udpip2(self, ip):
|
|
||||||
self.setSourceUDPIP(IpAddr(ip))
|
|
||||||
|
|
||||||
@property
|
|
||||||
def src_udpip(self):
|
|
||||||
return element_if_equal(self.getSourceUDPIP())
|
|
||||||
|
|
||||||
@src_udpip.setter
|
|
||||||
def src_udpip(self, ip):
|
|
||||||
self.setSourceUDPIP(IpAddr(ip))
|
|
||||||
|
|
||||||
@property
|
|
||||||
def src_udpmac2(self):
|
|
||||||
return element_if_equal(self.getSourceUDPMAC2())
|
|
||||||
|
|
||||||
@src_udpmac2.setter
|
|
||||||
def src_udpmac2(self, mac):
|
|
||||||
self.setSourceUDPMAC2(MacAddr(mac))
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def highvoltage(self):
|
def highvoltage(self):
|
||||||
"""High voltage to the sensor in Voltage.
|
"""High voltage to the sensor in Voltage.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user