board.cnfg 702 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. #
  2. # HEB (Hot Electron Bolometer) Configuration file
  3. #
  4. # (c) Karlsruhe Institute of Technology, 2014
  5. # All rights reserved.
  6. #
  7. # Applicable Firmware Version(s):
  8. #
  9. [Config]
  10. fpga_delay_max = 15
  11. fpga_delay = 0
  12. fpga_delay_factor = 150
  13. chip_delay_max = 31
  14. chip_1_delay = 16
  15. chip_2_delay = 16
  16. chip_3_delay = 16
  17. chip_4_delay = 16
  18. chip_delay_factor = 3
  19. th_delay_max = 15
  20. th_delay = 12
  21. th_delay_factor = 150
  22. adc_delay_max = 15
  23. adc_1_delay = 4
  24. adc_2_delay = 4
  25. adc_4_delay = 4
  26. adc_3_delay = 4
  27. adc_delay_factor = 150
  28. th_to_adc_cycles = 7
  29. # -1 = 'ADC 1 delay is the same as th_to_adc_cycles', 0 .. 16 = 'Use this offset instead'
  30. adc_1_delay_individual = -1
  31. orbits_observe = 32
  32. orbits_skip = 15