Object Reference : Object View and Procedure Reference : Model
  
 
text
Display text representation of the model specification.
Syntax
model_name.text(options)
The text command is equivalent to Model::spec.
Options
 
p
Print the model text specification.
Examples
model1.text
displays the text representation of the object MODEL1.
Cross-references
See “Models” for further details on models.
See also Model::printview.