updated python bindings

This commit is contained in:
2025-12-18 13:16:59 +01:00
parent 2bcec2ae31
commit f80efe38fa

View File

@@ -1852,6 +1852,10 @@ void init_det(py::module &m) {
(bool (Detector::*)(sls::BitAddress) const) &
Detector::hasBitDefinition,
py::arg());
CppDetectorApi.def("toRegisterNameBitString",
(std::string(Detector::*)(sls::BitAddress) const) &
Detector::toRegisterNameBitString,
py::arg());
CppDetectorApi.def(
"getBitDefinitionAddress",
(sls::BitAddress(Detector::*)(const std::string &) const) &