mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-22 12:43:48 +01: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)) &
|
(void (Detector::*)(uint64_t, sls::Positions)) &
|
||||||
Detector::setPatternIOControl,
|
Detector::setPatternIOControl,
|
||||||
py::arg(), py::arg() = Positions{})
|
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",
|
.def("getPatternWord",
|
||||||
(Result<uint64_t>(Detector::*)(int, sls::Positions)) &
|
(Result<uint64_t>(Detector::*)(int, sls::Positions)) &
|
||||||
Detector::getPatternWord,
|
Detector::getPatternWord,
|
||||||
|
|||||||
Reference in New Issue
Block a user