This commit is contained in:
Erik Frojdh 2020-06-23 11:49:13 +02:00
parent 35f95e603e
commit f592d21570

View File

@ -974,14 +974,6 @@ class Detector(CppDetectorApi):
print("Set only")
return 0
@property
def patclkctrl(self):
return element_if_equal(self.getPatternClockControl())
@patclkctrl.setter
def patclkctrl(self, mask):
self.setPatternClockControl(mask)
# patioctrl
@property
def patioctrl(self):