-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathRun123NodeFileSimAPI.json
More file actions
52 lines (52 loc) · 1.67 KB
/
Run123NodeFileSimAPI.json
File metadata and controls
52 lines (52 loc) · 1.67 KB
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
{
"power_system_config": {
"GeographicalRegion_name": "_73C512BD-7249-4F50-50DA-D93849B89C43",
"SubGeographicalRegion_name": "_1CD7D2EE-3C91-3248-5662-A43EFEFAC224",
"Line_name": "_C1C3E687-6FFD-C753-582B-632A27E28507"
},
"application_config": {
"applications": []
},
"simulation_config": {
"start_time": "1570041113",
"duration": "1200",
"simulator": "GridLAB-D",
"timestep_frequency": "1000",
"timestep_increment": "1000",
"run_realtime": true,
"simulation_name": "ieee123",
"power_flow_solver_method": "NR",
"model_creation_config": {
"load_scaling_factor": "1",
"schedule_name": "ieeezipload",
"z_fraction": "0",
"i_fraction": "1",
"p_fraction": "0",
"randomize_zipload_fractions": false,
"use_houses": false
}
},
"test_config": {
"events": [{
"message": {
"forward_differences": [
{
"object": "_6C1FDA90-1F4E-4716-BC90-1CCB59A6D5A9",
"attribute": "Switch.open",
"value": 1
}
],
"reverse_differences": [
{
"object": "_6C1FDA90-1F4E-4716-BC90-1CCB59A6D5A9",
"attribute": "Switch.open",
"value": 0
}
]
},
"event_type": "ScheduledCommandEvent",
"occuredDateTime": 1570041140,
"stopDateTime": 1570041200
}]
}
}