Commit de81ae4f authored by Jérome Perrin's avatar Jérome Perrin

expose "interval" property of EventGenerator

parent 4a7abea6
......@@ -39,7 +39,7 @@ class Simulation(DefaultSimulation):
"_class": "Dream.EventGenerator",
"name": "Attainment",
"property_list": [schema['start'], schema['stop'], schema['duration'],
schema['method'], schema['argumentDict']]
schema['interval'], schema['method'], schema['argumentDict']]
}
conf["Dream-Configuration"]["gui"]["exit_stat"] = 1
conf["Dream-Configuration"]["gui"]["debug_json"] = 1
......
......@@ -135,6 +135,12 @@ schema = {
"_class": "Dream.Property",
"_default": "-1"
},
"interval": {
"id": "interval",
"type": "string",
"_class": "Dream.Property",
"_default": "10"
},
"duration": {
"id": "duration",
"type": "string",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment