mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-06 01:50:40 +02:00
Merge branch 'pattern' of github.com:slsdetectorgroup/slsDetectorPackage into pattern
This commit is contained in:
commit
39d5a7db26
@ -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):
|
||||
|
@ -1187,14 +1187,6 @@ void init_det(py::module &m) {
|
||||
(void (Detector::*)(uint64_t, sls::Positions)) &
|
||||
Detector::setPatternIOControl,
|
||||
py::arg(), py::arg() = Positions{})
|
||||
.def("getPatternClockControl",
|
||||
(Result<uint64_t>(Detector::*)(sls::Positions) const) &
|
||||
Detector::getPatternClockControl,
|
||||
py::arg() = Positions{})
|
||||
.def("setPatternClockControl",
|
||||
(void (Detector::*)(uint64_t, sls::Positions)) &
|
||||
Detector::setPatternClockControl,
|
||||
py::arg(), py::arg() = Positions{})
|
||||
.def("getPatternWord",
|
||||
(Result<uint64_t>(Detector::*)(int, sls::Positions)) &
|
||||
Detector::getPatternWord,
|
||||
|
Loading…
x
Reference in New Issue
Block a user