Configuration.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. "opening": "",
  15. "is_first_floor": true,
  16. "has_door_light": true,
  17. "opening_width": 816,
  18. "opening_height": 2100,
  19. "LOP_type": "CIBES LX"
  20. },
  21. {
  22. "stop": "Landing2",
  23. "side": "B",
  24. "type": "saloon door",
  25. "model": "saloon door",
  26. "opening": "",
  27. "is_first_floor": false,
  28. "has_door_light": true,
  29. "opening_width": 816,
  30. "opening_height": 2100,
  31. "LOP_type": "CIBES LX"
  32. },
  33. {
  34. "stop": "Landing3",
  35. "side": "B",
  36. "type": "saloon door",
  37. "model": "saloon door",
  38. "opening": "",
  39. "is_first_floor": false,
  40. "has_door_light": true,
  41. "opening_width": 816,
  42. "opening_height": 2100,
  43. "LOP_type": "CIBES LX"
  44. }
  45. ]
  46. }