bdeGetModelDescription

Takes model and returns a description about it.

Syntax

desctiption = bdeGetModelLastModifiedDate(model)

Inputs

model
Model used to get description of.
Type: diagram

Outputs

description
The description of the model.
Type: string

Examples

Get description of model:
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.