In this how-to we demonstrate two new concepts in SysML simulation streaming and rate. We explain logic and demonstrate how to use both in simple out of the box sample.
Streaming
You can model either non-streaming or streaming behaviors. Non-streaming behaviors consume their input object tokens at the moment they begin executing and deliver their output object tokens when they finish executing. If a system receives inputs and produces outputs even while behaviors continue to execute, this is referred to as a streaming behavior.
Rate
Streaming rate is the number of objects or values that flow in or out of the parameter per time interval while the behavior or operation is executing. You define input or output parameter streaming rate by specifying the Rate property which determines the expected rate at which tokens can arrive at or leave a Pin or Activity Parameter Node.
Documentation - https://docs.nomagic.com/display/CST2...
Project file - https://bit.ly/3Bze36m