Skip to content
Snippets Groups Projects

[AGIPD][TESTs]test_agipdlib AGIPDCtrl and get_bias_voltage for AGIPD1M and AGIPD500K

Merged Karim Ahmed requested to merge test/test_agipdlib into master
All threads resolved!
3 files
+ 236
0
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
0
@@ -261,6 +261,7 @@ class AgipdCtrl:
@@ -261,6 +261,7 @@ class AgipdCtrl:
raise ValueError(error)
raise ValueError(error)
return default_voltage
return default_voltage
 
def get_integration_time(self) -> int:
def get_integration_time(self) -> int:
"""Read integration time from the FPGA device.
"""Read integration time from the FPGA device.
Loading