Templates


Disposer Block

disposerHelp

Description

The Disposer block disposes of entities after they are no longer needed in the model, reducing memory usage. For optimal memory management, you should route entities that are no longer needed to a Disposer block. It is possible to have more than one Disposer block in a model. The disposer block keeps a count of the number of entities that enter the block. If there are connections to the block’s OutCount port, the count is pushed out the port every time its value changes.

Fixed Ports

InEntity

Input entity port for entities to be disposed.

OutCount

Output integer port for the number of entities that have been disposed.

Candidates for Design of Experiments

Factors

None

Responses

OutCount (integer)