Object Reference : Object View and Procedure Reference : Sspace
  
 
displayname
Display name for state space objects.
Attaches a display name to a state space object which may be used to label output in place of the standard state space object name.
Syntax
sspace_name.displayname display_name
Display names are case-sensitive, and may contain a variety of characters, such as spaces, that are not allowed in state space object names.
Examples
ss1.displayname Hours Worked
ss1.label
The first line attaches a display name “Hours Worked” to the state space object SS1, and the second line displays the label view of SS1, including its display name.
Cross-references
See “Labeling Objects” for a discussion of labels and display names.
See also Sspace::label.