Main Content
preExit
Class: simevents.SimulationObserver
Namespace: simevents
Specify behavior before an entity exits a block with entity storage
Syntax
preExit(obj,evSrc,evData)
Description
preExit(
is used to specify behavior before an entity exits a block that stores
entities. The simulation observer uses this method as a callback for
pre-exit event notification and provides handles to the entity, the
block and its storage, and the event.obj
,evSrc
,evData
)
Input Arguments
Examples
Version History
Introduced in R2016a