mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-05-05 00:14:14 +02:00
j: 1. chipversion
This commit is contained in:
@@ -1522,6 +1522,9 @@ void Module::setDataStream(const portPosition port, const bool enable) {
|
||||
}
|
||||
|
||||
// Jungfrau Specific
|
||||
double Module::getChipVersion() const {
|
||||
return (sendToDetector<int>(F_GET_CHIP_VERSION)) / 10.00;
|
||||
}
|
||||
|
||||
int Module::getThresholdTemperature() const {
|
||||
auto retval = sendToDetectorStop<int>(F_THRESHOLD_TEMP, GET_FLAG);
|
||||
|
||||
Reference in New Issue
Block a user