Model Loader
Configuration Example
model:
name: plant
timer:
step: 0.1
polling:
interval: 0.05
scenarios:
voltage_drift:
enabled: true
duration: 5.0
actions:
- noise:
output: "#attr(voltage)"
std: 0.01
attributes: { ... }
actions: [ ... ]
communication: { ... }
{
"model": {
"name": "plant",
"timer": {
"step": 0.1
},
"polling": {
"interval": 0.05
},
"scenarios": {
"voltage_drift": {
"enabled": true,
"duration": 5.0,
"actions": [
{
"noise": {
"output": "#attr(voltage)",
"std": 0.01
}
}
]
}
},
"attributes": { "...": "..." },
"actions": [ "..." ],
"communication": { "...": "..." }
}
}
Key behaviors
Lifecycle expectations
Practical tips
Last updated

