gformat#
- Labeling.gformat(ftype='', nwidth='', dsignf='', **kwargs)#
Specifies the format for the graphical display of numbers.
Mechanical APDL Command: /GFORMAT
- Parameters:
- ftype
str FORTRAN format types (G is the default if this field is left blank.)
G- Gxx.yy.xxandyyare described below.F- Fxx.yyE- Exx.yy
- nwidth
str Total width (12 maximum) of the field (the
xxinFtype). Defaults to 12.- dsignf
str Number 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.
- ftype
Notes
Enables you to control the format of the graphical display of floating point numbers.
To display the current settings, issue gformat,STAT..
To allow Mechanical APDL to select the format for the graphical display of floating numbers, issue gformat,DEFA.
This command is valid in any processor.