Main Content
systemcomposer.arch.InitializeFunction
Description
An InitializeFunction
object represents an initialize function
in a software architecture model.
Use the Functions Editor from the toolstrip on a software architecture model to schedule the order of component initialization in your software architecture.
Creation
Get initialize functions in a software architecture model with the
Initialization
property on the systemcomposer.arch.Architecture
object.
model = systemcomposer.openModel('ThrottleControlComposition'); sim('ThrottleControlComposition'); initializeFunctions = model.Architecture.Initialization
Properties
Object Functions
decreaseOrder | Change component initialization order to earlier |
increaseOrder | Change component initialization order to later |
destroy | Remove model element |
Examples
More About
Version History
Introduced in R2024b