Dev/doc architecture commands (#1272)
Some checks failed
Build on RHEL9 / build (push) Failing after 4m6s
Build on RHEL8 / build (push) Failing after 5m13s

* wip for sw architecture

* wip:intro

* wip client wip

* documentation on architecutre is done. commands left

* wip. clientto module done

* almost done

* about 2nd port

* done

* review changes

* review fixes

* minor
This commit is contained in:
2025-08-21 11:41:54 +02:00
committed by GitHub
parent 776338a3d4
commit 72056ff813
24 changed files with 422 additions and 9 deletions

View File

@@ -2184,6 +2184,7 @@ class Detector(CppDetectorApi):
:setter: It loads trim files from settingspath.\n [Mythen3] An energy of -1 will pick up values from detector.
"""
if self.type == detectorType.MYTHEN3:
return self.getAllThresholdEnergy()
return self.getThresholdEnergy()