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:
headerstr

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.

stitlestr

Subtitles (see stitle command): ON, OFF, or (blank) (see above).

idstmpstr

Load step information (step number, substep number, time value): ON, OFF, or (blank) (see above).

notesstr

Information relative to particular table listings: ON, OFF, or (blank) (see above).

colhedstr

Column header labels of table listings (currently only for single column tables): ON, OFF, or (blank) (see above).

minmaxstr

Minimum/maximum information or totals after table listings: ON, OFF, or (blank) (see above).

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.