mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 04:17:15 +02:00
removed patternClockControl removed from python
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user