mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-24 07:20:01 +02:00
python fix for setserialnumber
This commit is contained in:
parent
a14434ad0a
commit
be8172000f
@ -72,7 +72,7 @@ void init_det(py::module &m) {
|
||||
.def("setSerialNumber",
|
||||
(Result<int64_t>(Detector::*)(sls::Positions) const) &
|
||||
Detector::setSerialNumber,
|
||||
py::arg() py::arg() = Positions{})
|
||||
py::arg(), py::arg() = Positions{})
|
||||
.def("getReceiverVersion",
|
||||
(Result<int64_t>(Detector::*)(sls::Positions) const) &
|
||||
Detector::getReceiverVersion,
|
||||
|
Loading…
x
Reference in New Issue
Block a user