Configuration.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "shaft_size_AC": 1500.0,
  3. "shaft_size_BD": 1400.0,
  4. "transport_heights": [2800, 5600, 0, 0, 0],
  5. "headroom": 3200,
  6. "floors": 3,
  7. "landings": 3,
  8. "doors": [
  9. {
  10. "stop": "Landing1",
  11. "side": "B",
  12. "type": "saloon door",
  13. "model": "saloon door",
  14. "frame": "aluminium",
  15. "opening": "",
  16. "is_first_floor": true,
  17. "has_door_light": true,
  18. "opening_width": 816,
  19. "opening_height": 2100,
  20. "LOP_type": "CIBES LX"
  21. },
  22. {
  23. "stop": "Landing2",
  24. "side": "C",
  25. "type": "saloon door",
  26. "model": "saloon door",
  27. "opening": "",
  28. "is_first_floor": false,
  29. "has_door_light": true,
  30. "opening_width": 816,
  31. "opening_height": 2100,
  32. "LOP_type": "CIBES LX"
  33. },
  34. {
  35. "stop": "Landing3",
  36. "side": "A",
  37. "type": "saloon door",
  38. "model": "saloon door",
  39. "opening": "",
  40. "is_first_floor": false,
  41. "has_door_light": true,
  42. "opening_width": 816,
  43. "opening_height": 2100,
  44. "LOP_type": "CIBES LX"
  45. }
  46. ]
  47. }