[add] added initial configuration wiki entry
This commit is contained in:
70
docs/wiki/config/config.yml
Normal file
70
docs/wiki/config/config.yml
Normal file
@@ -0,0 +1,70 @@
|
||||
simulation:
|
||||
duration: 500
|
||||
tickfactor: 10
|
||||
loop: true
|
||||
loopcount: 20
|
||||
|
||||
sensors:
|
||||
- group: temperature
|
||||
cells:
|
||||
- x: 0
|
||||
y: 2
|
||||
count: 10
|
||||
- [2, 3, 50]
|
||||
blocks:
|
||||
- start: [8, 1]
|
||||
end: [3, 3]
|
||||
count: 30
|
||||
|
||||
groundtruth:
|
||||
- group: temperature
|
||||
truth:
|
||||
- value: 11
|
||||
timeline:
|
||||
- start: 0
|
||||
end: 120
|
||||
- [240, 360]
|
||||
delta:
|
||||
- name: factor
|
||||
args:
|
||||
- 1.1
|
||||
timeline:
|
||||
- start: 60
|
||||
end: 120
|
||||
cells:
|
||||
- [0, 2, 10]
|
||||
blocks:
|
||||
- start: [8, 1]
|
||||
end: [3, 3]
|
||||
count: 50
|
||||
- group: humidity
|
||||
parent: temperature
|
||||
truth:
|
||||
- [0, None]
|
||||
- [30, 0.6]
|
||||
- [50, None]
|
||||
delta:
|
||||
- [10, None, []]
|
||||
- [30, addValuePercent, [0.03, 0.8]]
|
||||
- [50, humidFromTemp, []]
|
||||
blocks:
|
||||
- start: [15, 15]
|
||||
end: [17, 17]
|
||||
percent: 0.8
|
||||
|
||||
behaviour:
|
||||
- group: temperature
|
||||
sharedObject: objectTemp
|
||||
functions:
|
||||
- name: randomValue
|
||||
args:
|
||||
- 40
|
||||
- 80
|
||||
duration:
|
||||
- start: 60
|
||||
- [100, normalValue, [2]]
|
||||
- [120, None, []]
|
||||
blocks:
|
||||
- start: [5,6]
|
||||
end: [8,9]
|
||||
percent: 1.0
|
||||
Reference in New Issue
Block a user