Provide information about block method execution events
Simulink® software creates an instance of this class when
a block method execution event occurs during simulation and passes
it to any listeners registered for the event (see add_exec_event_listener). The instance
specifies the type of event that occurred and the block whose method
execution triggered the event. See Access Block Data During Simulation for more information.
None
None
Type of method execution event that occurred. Possible values are:
event | Occurs... |
|---|---|
| Before a block's Outputs method executes. |
| After a block's Outputs method executes. |
| Before a block's Update method executes. |
| After a block's Update method executes. |
| Before a block's Derivatives method executes. |
| After a block's Derivatives method executes. |
character vector
RO