Next: , Previous: PBE DESTROY Command, Up: PBE Commands


8.3.11 PBE STATISTICS Command

Syntax

     PBE STATISTICS data-name [MIN real] [MAX real]
                    [LINES int] [COLUMNS int] [IGNORE real]
     
                   { PHI   }
                   { RHO   }
     data-name ::= { KAPPA }
                   { EPSX  }
                   { EPSY  }
                   { EPSZ  }

Function

The PBE STATISTICS command prints a histogram of the values in any of the six arrays used in the pbe_info data structure. The options are as follows:

Option
Purpose
data-name
Specifies which grid is used. See PBE WRITE Command, for the precise table.
MIN
Specifies the minimum value of histogram buckets to be used. The default is the minimum in the data.
MAX
Specifies the maximum value of histogram buckets to be used. The default is the maximum in the data.
LINES
Specifies the number of lines to use in the histogram. The default is 60.
COLUMNS
Specifies the number of columns to use in the histogram. The default is 80.
IGNORE
Specifies specific data points to ignore. For example, the PBE POTENTIAL NODIELECTRIC command can generate grid points with “infinite” potentials whose value is set to 1.0E9. Such points can be ignored in the construction of the histogram.