ansys.mapdl.core.Mapdl.page#
- Mapdl.page(iline='', ichar='', bline='', bchar='', comma='', **kwargs)#
Defines the printout and screen page size.
Mechanical APDL Command: /PAGE
Command default:
As defined by the items above.
- Parameters:
- iline
str
Number of lines (11 minimum) per “page” or screen. Defaults to 24. Applies to interactive non- GUI to the screen output only.
- ichar
str
Number of characters (41 to 132) per line before wraparound. Defaults to 80. Applies to interactive non-GUI to the screen output only.
- bline
str
Number of lines (11 minimum) per page. Defaults to 56. Applies to batch mode (
/BATCH
), diverted ( output ), or interactive GUI ( menu ) output. If negative, no page headers are output.- bchar
str
Number of characters (41 to 240 (system dependent)) per line before wraparound. Defaults to 140. Applies to batch mode (
/BATCH
), diverted ( output ), or interactive GUI ( menu ) output.- comma
str
Input 1 to specify comma-separated output for node ( nlist ) and element ( elist ) output.
- iline
Notes
Defines the printout page size for batch runs and the screen page size for interactive runs. Applies to the POST1 prnsol, presol, pretab, prrsol, and prpath commands. See the header command for additional controls (page ejects, headers, etc.) that affect the amount of printout. A blank (or out-of-range) value retains the previous setting. Issue page ,STAT to display the current settings. Issue page,DEFA to reset the default specifications.
This command is valid in any processor.