Main Content
simevents.SimulationObserver Class
Namespace: simevents
Superclasses: handle
Interface to create your custom observer for models with SimEvents blocks
Description
This class is an interface for creating custom observers for models with SimEvents® blocks. Subclass this class to create your own observer, using the methods below. Some utility functions are also provided to interact with event calendars, blocks, and entities. Do not overwrite these utility functions.
Class Attributes
Abstract | false |
HandleCompatible | true |
StrictDefaults | false |
For information on class attributes, see Class Attributes.
Creation
obj = SimulationObserver(
returns
an object of the modelName
)SimulationObserver
class, used to create a model
observer for a SimEvents model.
Input Arguments
Methods
Examples
Version History
Introduced in R2016a