ansys.mapdl.core.Mapdl.header#
- Mapdl.header(header='', stitle='', idstmp='', notes='', colhed='', minmax='', **kwargs)#
Sets page and table heading print controls.
Mechanical APDL Command: /HEADER
- Parameters:
- header
str
Mechanical APDL page header (system, date, time, version, copyright, title, etc.):
ON
- Turns this item on (default for batch mode; not available for interactive mode).OFF
- Turns this item off.(blank)
- Retains the previous setting.
- stitle
str
Subtitles (see stitle command): ON, OFF, or (blank) (see above).
- idstmp
str
Load step information (step number, substep number, time value): ON, OFF, or (blank) (see above).
- notes
str
Information relative to particular table listings: ON, OFF, or (blank) (see above).
- colhed
str
Column header labels of table listings (currently only for single column tables): ON, OFF, or (blank) (see above).
- minmax
str
Minimum/maximum information or totals after table listings: ON, OFF, or (blank) (see above).
- header
Notes
Sets specifications on or off for page and table heading print controls associated with the POST1 prnsol, presol, pretab, prrsol, and prpath commands. If the printout caused a top-of-form (page eject to top of next page), the top-of-form is also suppressed with the printout. Issue header,STAT to display the current settings. Issue header,DEFA to reset the default specifications.
This command is valid in any processor.