-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathexample_rolling_stock_3.json
72 lines (72 loc) · 1.84 KB
/
example_rolling_stock_3.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"railjson_version": "3.2",
"version": 0,
"locked": false,
"length": 200.0,
"max_speed": 40.0,
"startup_time": 5.0,
"startup_acceleration": 0.25,
"comfort_acceleration": 0.12,
"inertia_coefficient": 1.02,
"name": "other_rolling_stock",
"mass": 50000.0,
"loading_gauge": "G2",
"gamma": {
"value": 0.6,
"type": "MAX"
},
"rolling_resistance": {
"type": "davis",
"A": 200,
"B": 12,
"C": 5000
},
"effort_curves": {
"default_mode": "25000V",
"modes": {
"25000V": {
"curves": [],
"default_curve": {
"speeds": [
0,
5,
10,
15,
20,
22,
27,
32,
37,
42,
47,
52,
57,
62,
67,
72,
77
],
"max_efforts": []
},
"is_electric": true
}
}
},
"base_power_class": "4",
"metadata": {
"detail": "detail updated",
"number": "2",
"reference": "reference updated",
"family": "LOCOMOTIVES",
"type": "Locomotives électriques",
"grouping": "Locomotives électriques monophasé",
"series": "",
"subseries": "US",
"unit": "1"
},
"energy_sources": [],
"power_restrictions": {},
"electrical_power_startup_time": 4.0,
"raise_pantograph_time": 14.0,
"supported_signaling_systems": ["BAL", "BAPR", "TVM300", "TVM430"]
}