/GFORMAT
/GFORMAT, Ftype, NWIDTH, DSIGNF
Specifies the format for the graphical display of numbers.
Valid Products: Pro | Premium | Enterprise | PrepPost | Solver | AS add-on
FtypeFORTRAN format types (G is the default if this field is left blank.)
G
—
G
xx.yy.xxandyyare described below.F
—
F
xx.yyE
—
E
xx.yyNWIDTHTotal width (12 maximum) of the field (the
xxinFtype). Defaults to 12.DSIGNFNumber of digits after the decimal point (
yyin F or E format) or number of significant digits in G format. Range is 1 toxx-6 forFtype= G or E; and 0 toxx-3 forFtype= F. The default is a function ofFtypeandNWIDTH.