Attributes to define simulation conditions used for statistic analysis of simulation runs. More...
Detailed DescriptionAttributes to define simulation conditions used for statistic analysis of simulation runs. Attribute for a simulation condition. In order to extract statistical data from a simulation by a LoggingExecutor or some derived class, so called simulation conditions are defined. At any instance of time, a condition is satisfied or dissatisfied. Statistical data can then be requested regarding the period and duration of each condition. Currently, two types of conditions are available:
<Conditions>
% monitor when the machine is idle
"IdleCond"
% halt simulation when the machine is down
% however, the condition is disabled
"DownCond"
+Break+
+Disabled+
% monitor how long the prozessing one work piece takes
"OperationCond"
<StartEvents> "alpha" </StartEvents>
<StopEvents> "beta" </StopEvents>
</Conditions>
libFAUDES 2.28a --- 2016.09.13 --- c++ api documentaion by doxygen |