mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 21:07:13 +02:00
dev:Eiger febl febr (#601)
* eiger: get febl and febr versions in versions command, also added in python
This commit is contained in:
@ -78,6 +78,11 @@ class Detector {
|
||||
|
||||
Result<int64_t> getFirmwareVersion(Positions pos = {}) const;
|
||||
|
||||
/** [Eiger] Options: FRONT_LEFT, FRONT_RIGHT */
|
||||
Result<int64_t>
|
||||
getFrontEndFirmwareVersion(const defs::fpgaPosition fpgaPosition,
|
||||
Positions pos = {}) const;
|
||||
|
||||
Result<std::string> getDetectorServerVersion(Positions pos = {}) const;
|
||||
|
||||
/** [Jungfrau][Moench][Gotthard2][Myhten3][Gotthard][Ctb] */
|
||||
|
Reference in New Issue
Block a user