Main Content
postEntry
Class: simevents.SimulationObserver
Namespace: simevents
Specify behavior after an entity enters a block that has entity storage
Syntax
postEntry(obj,evSrc,evData)
Description
postEntry(
is
used to specify behavior after an entity enters a block that has entity
storage. The simulation observer uses this method as a callback for
post-entry 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