bdeCreateNewModel
Creates a new model. Option to use filename., which is a scm file.
Syntax
model = bdeCreateNewModel()
model = bdeCreateNewModel(filename, silent)
Inputs
- filename
- Path of the scm file to read.
Outputs
- model
- Newly created model. If given scm file, model will contain the information in the scm file filename
Examples
newModel = bdeCreateNewModel()
newModel = hwscpDiagram
file = 'test.scm';
model = bdeCreateNewModel(file, true)
model = hwscpDiagram