page#
- Mapdl.page(iline='', ichar='', bline='', bchar='', comma='', **kwargs)#
Defines the printout and screen page size.
APDL Command: /PAGE
- Parameters:
- iline
Number of lines (11 minimum) per “page” or screen. Defaults to 24. Applies to interactive non-GUI to the screen output only.
- ichar
Number of characters (41 to 132) per line before wraparound. Defaults to 80. Applies to interactive non-GUI to the screen output only.
- bline
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
Number of characters (41 to 240 (system dependent)) per line before wraparound. Defaults to 132. Applies to batch mode [/BATCH], diverted [/OUTPUT], or interactive GUI [/MENU] output.
- comma
Input 1 to specify comma-separated output for node [NLIST] and element [ELIST] output.
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.