hw_config.json 902 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "center_freq": 2950000,
  3. "sample_freq": 8000000,
  4. "file_path_prefix": "C:/LF_MRI/test_21_02_25/",
  5. "hw_service_url": null,
  6. "iadc": {
  7. "device_model": "PS4000A",
  8. "srate": 8000000,
  9. "n_channels": 3,
  10. "channel_ranges": [5, 5, 5],
  11. "n_triggers": 1,
  12. "averaging": 100,
  13. "averaging_delay": 10,
  14. "trigger_channel": 2,
  15. "trig_direction": 0,
  16. "threshold": 5000,
  17. "auto_measure_time": 10000,
  18. "enabled": true
  19. },
  20. "isync": {
  21. "device_model": "DuePP",
  22. "port": 7
  23. },
  24. "isdr": {
  25. "device_model": "HackRF",
  26. "srate": 2000000,
  27. "freq": 2950000,
  28. "ampl": true,
  29. "gain": 15
  30. },
  31. "igrax": {
  32. "device_model": "GRU",
  33. "ip": "127.0.0.1",
  34. "enabled": false
  35. },
  36. "igray": {
  37. "device_model": "GRU",
  38. "ip": "127.0.0.1",
  39. "enabled": false
  40. },
  41. "igraz": {
  42. "device_model": "GRU",
  43. "ip": "127.0.0.1",
  44. "enabled": false
  45. }
  46. }