The following parameters are used to generate events
group is used to identify the characteristics of the target group. See find_mkpgm for details on group syntax.targets identifies the target properties that will be changed when an event is generated.values identifies the values to be written to the target properties when an event is generated.frequency specifies the frequency with which events are generatedduration specifies the duration of events when generated.The current implementation generates events with an exponential distribution.
Definition at line 14 of file eventgen.h.
| static eventgen * | defaults = NULL |
| a pointer to the default values used when creating new objects | |
| static CLASS * | oclass = NULL |
| a pointer to the CLASS definition in GridLAB-D's core | |
Public Attributes | |
| double | duration |
| duration of event (s) | |
| double | frequency |
| frequency of events (/y) | |
| char256 | group |
| object group aggregation | |
| char256 | targets |
| properties to alter during event (comma separated names) | |
| char256 | values |
| values to use for properties during event (comma separated values) | |