/FORMAT
/FORMAT,
NDIGIT, Ftype,
NWIDTH, DSIGNF,
LINE, CHAR,
EXPTYPE
Specifies format controls for tables.
NDIGITNumber of digits (3 to 32) in first table column (usually the node or element number). Initially defaults to 7.
FtypeFORTRAN format type:
G --
—
G
xx.yy(default)F --
—
F
xx.yyE --
—
E
xx.yywhere
xxandyyare described below.NWIDTHTotal width (9 to 32) of the field (
xxinFtype). Default = 13.DSIGNFNumber of digits after the decimal point (
yyin F or E format) or number of significant digits in G format. Range is 2 toxx-7 forFtype= G or E; and 0 toxx-4 forFtype= F. Default = 5.LINENumber of lines (11 minimum) per page. Default =
ILINEorBLINE(/PAGE).CHARNumber of characters (41 to 240, system-dependent) per line before wraparound. Default =
ICHARorBCHAR(/PAGE).EXPTYPENumber of digits for the exponent (
Ftype= G):3 --
—
Three digits (default).
2 --
—
Two digits.
Notes
Specifies various format controls for tables printed with the POST1 PRNSOL, PRESOL, PRETAB, PRRSOL, PRPATH, and CYCCALC commands. A blank (or out-of-range) field on the command retains the current setting. Issue /FORMAT,STAT to display the current settings. Issue /FORMAT,DEFA to reestablish the initial default specifications.
For the POST26 PRVAR command, the Ftype, NWIDTH, and DSIGNF fields control the time output format.
When viewing integer output quantities, the floating point format may lead to incorrect output values for large integers. You should verify large integer output values via the *GET command whenever possible.
This command is valid in any processor.