Changes between Version 28 and Version 29 of Java API
- Timestamp:
- 09/12/13 12:45:20 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Java API
v28 v29 340 340 } 341 341 }}} 342 By changing the "max_timesteps" and the "w:dt" property, this submodel will send different number of messages. For example, if max_timesteps is 4, and w:dtis 1 it will send 4 messages.342 By changing the `$env['max_timesteps']` and the `w['dt']` properties, this submodel will send different number of messages. For example, if `max_timesteps` is 4, and `dt` is 1 it will send 4 messages. 343 343 344 344 == Advanced topics ==