TutorialsFrom VLEBeginnerPassive : writing of a DEVS model which makes nothing, which reacts to no external event and which generates no ouput-event. Counter : counter model is a very simple model which counts the number of events received on all the input-ports of the model. No output-event is produced. Conditional : a model may require parameters that are expressed in condition form. Generator : a model that generates an event every X time units (x can be a parameter). Storage : the storage model is to replicate the input to output with a lag. If an input is present before the replication to output, so this input is ignored. Binary Counter : the binary counter model send "1" if two "1" is received within a period. Sampling : the sampling model is to replicate with a frequency the last input. IntermediateExpert |