stitles#
- property Information.stitles: str#
Retrieve or set the value for the MAPDL stitle (subtitles).
- Parameters:
- i
The index of the stitle to retrieve or set. If not provided, all stitles are returned. If provided, it should be between 0 and 3 (Python indexing).
- Returns:
str
The stitle(s) from the MAPDL instance.
Notes
If ‘stitle’ includes newline characters (n), then each line is assigned to one STITLE.
If ‘stitle’ is equals
None
, the stitles are reset.If
i
is supplied, only set the stitle number i.Starting from 0 up to 3 (Python indexing).