template_post.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "info": {
  3. "infostr": "template_signal",
  4. "engine": "DefaultEngine",
  5. "time": null,
  6. "iadc": {
  7. "device_model": "PS4000",
  8. "srate": 80000000,
  9. "points": [1000],
  10. "n_channels": 2,
  11. "channel_ranges": [8, 8],
  12. "n_triggers": 1,
  13. "averaging": 1,
  14. "trigger_channel": 0,
  15. "trig_direction": 0,
  16. "threshold": 5000,
  17. "auto_measure_time": 10000,
  18. "enabled": true
  19. },
  20. "isync": {
  21. "device_model": "DuePP",
  22. "file": "test.xml",
  23. "port": 7
  24. },
  25. "isdr": {
  26. "device_model": "HackRF",
  27. "srate": 2000000,
  28. "freq": 3000000,
  29. "ampl": true,
  30. "gain": 35,
  31. "file": "test.bin"
  32. },
  33. "igrax": {
  34. "device_model": "GRU",
  35. "ip": "127.0.0.1",
  36. "file": "test.txt",
  37. "enabled": false
  38. },
  39. "igray": {
  40. "device_model": "GRU",
  41. "ip": "127.0.0.1",
  42. "file": "test.txt",
  43. "enabled": false
  44. },
  45. "igraz": {
  46. "device_model": "GRU",
  47. "ip": "127.0.0.1",
  48. "file": "test.txt",
  49. "enabled": false
  50. }
  51. }
  52. }