From f80efe38fa93d2cefd18b51be08fb1172384501e Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Thu, 18 Dec 2025 13:16:59 +0100 Subject: [PATCH] updated python bindings --- python/src/detector.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python/src/detector.cpp b/python/src/detector.cpp index a5f2725c5..ff8d10ab7 100644 --- a/python/src/detector.cpp +++ b/python/src/detector.cpp @@ -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) &