bdeGetModelDescription
Takes model and returns a description about it.
Syntax
desctiption = bdeGetModelLastModifiedDate(model)
Inputs
- model
- Model used to get description of.
Outputs
- description
- The description of the model.
Examples
model = bdeGetCurrentModel();
description = bdeGetModelDescription(model)
description = This model is a fifth-order Cauer low-pass filter.
This circuit consists of an analog network and ideal op amps with a voltage step input.