Summary of Call Sequence - MATLAB & Simulink (original) (raw)
Main Content
The diagrams show an abstract view of which actions are performed when you call a System object™. The background color or each action indicates the type of call.
- Grey background — Internal actions
- Green background — Author-implemented method
- White background — User-accessible functions
If you want a more detailed call sequence, see Detailed Call Sequence.
Setup Call Sequence
This hierarchy shows the actions performed when you call the setup
function.
Running the Object or Step Call Sequence
This hierarchy shows the actions performed when you call the step
function.
Reset Method Call Sequence
This hierarchy shows the actions performed when you call the reset
function.
Release Method Call Sequence
This hierarchy shows the actions performed when you call therelease
function.
See Also
setupImpl | stepImpl | releaseImpl | resetImpl