added patternstart to python (#1368)

* added patternstart to python

* release notesg
This commit is contained in:
2026-08-02 23:01:36 +02:00
committed by mazzol_a
parent 73f3208512
commit 4490a0f83a
3 changed files with 34 additions and 0 deletions
+4
View File
@@ -3601,6 +3601,10 @@ class Detector(CppDetectorApi):
"""
return self.getPatterFileName()
def patternstart(self):
"""[Ctb][Mythen3][Xilinx Ctb] Starts pattern. """
self.startPattern()
@property
@element
def patioctrl(self):