systemcomposer.createModel
Create System Composer model
Syntax
Description
creates a System Composer™ model with name model
= systemcomposer.createModel(modelName
)modelName
and returns the systemcomposer.arch.Model
object.
createModel
is the constructor method for the class systemcomposer.arch.Model
.
creates a System Composer model with name model
= systemcomposer.createModel(modelName
,openFlag
)modelName
and returns the systemcomposer.arch.Model
object. This function opens the model according to the
value of the optional argument openFlag
.
creates a System Composer model with name model
= systemcomposer.createModel(modelName
,modelType
,openFlag
)modelName
and type
modelType
and returns the systemcomposer.arch.Model
object. This function opens the model according to the
value of optional argument openFlag
.