INQUIRE

Display PONGO status information

Description:

Display information about the status of PONGO and the data which have been read in. The options are:

More than one of these options can be specified on the command line at any one time.

The DATA option uses additional parameters to allow scrolling.

Usage:

inquire

Parameters:

PGPLOT = _LOGICAL (Read)
Display the current PGPLOT plotting attributes. [FALSE]
LIMITS = _LOGICAL (Read)
Display the data limits and the current PGPLOT viewport and world coordinate limits. [FALSE]
COLUMNS = _LOGICAL (Read)
Display the data file column headings (if available). [FALSE]
DEVICES = _LOGICAL (Read)
Display the plotting devices available. [FALSE]
DATA = _LOGICAL (Read)
Display the contents of all data areas in a formatted form. [FALSE]
PAGE = _INTEGER (Read and Write)
The page length of the terminal (in the range 1 to 100). It is used to stop information scrolling off the top of the screen. The parameter will be prompted for at the end of each screen: a null response to the prompt will terminate the listing.

If no value is specified on the command line, the current value is used. The current value is initially set to 24.

FROM = _INTEGER (Read and Write)
The number of the first item to be displayed.

If no value is specified on the command line, the current value is used. The current value is initially set to 0 (implying the start of the list).

TO = _INTEGER (Read and Write)
The number of the last item to be displayed.

If no value is specified on the command line, the current value is used. The current value is initially set to 0 (implying the end of the list).