added patternstart to python (#1368)
All checks were successful
Build on local RHEL9 / build (push) Successful in 1m27s
Build on local RHEL8 / build (push) Successful in 3m33s
Build on RHEL9 / build (push) Successful in 3m38s
Build on RHEL8 / build (push) Successful in 5m25s

* added patternstart to python

* release notesg
This commit is contained in:
2026-01-22 14:55:03 +01:00
committed by GitHub
parent b70d3c5ad3
commit e519633e16
3 changed files with 25 additions and 1 deletions

View File

@@ -3785,6 +3785,10 @@ class Detector(CppDetectorApi):
"""
return self.getPatterFileName()
def patternstart(self):
"""[Ctb][Mythen3][Xilinx Ctb] Starts pattern. """
self.startPattern()
@property
@element
def patioctrl(self):