Show()

Set user defined defaults and system variables.

SHOW/DEFAULTS   Show all I/O defaults
SHOW/PAR wksp=Workspace Show parameters set by Setpar()
SHOW/DATA wksp=Workspace Emulate GENIE-V2 show data command
SHOW/CONST   Show all the constants in Open GENIE
SHOW/PROC   Show all the procedures in Open GENIE
SHOW/TYPE   Show all the types in Open GENIE
SHOW/VAR   Show all the variables in Open GENIE
[/SYS]   Show system variables as well

example:

	# Check the I/O defaults
	>> Show/defaults
	Current default disk = EVS$DISK0:
	Current default directory = [EVSDATA]
	Current default instrument = EVS
	Current default extension = .RAW
	Current default input = EVS$DISK0:[EVSDATA]EVS00456.RAW
	Current default output =

Note: The current default input file can be altered by Assign() or Set/File/Input

Show/Defaults

Shows all the current I/O defaults. Note that the GENIE-V2 disk, directory, instrument and extension defaults will only change the default input file when the Assign() command is used. The Get() and S() commands both use whatever the default input file specifies.

Show/Par

Prints the values set in a workspace by the Setpar() command. This is only kept for compatibility with GENIE-V2, in Open GENIE all values can be printed directly out of the workspace (eg printn work.twotheta).

Parameters:

Wksp (Workspace)

The workspace being inspected.

Show/Data

Emulates the GENIE-V2 "show data" command by printing all the data from the workspace to the terminal screen. If a long workspace is printed to the screen by mistake Control-C can be used to stop the printout! If similar data is required in a file, use the Open GENIE Asciifile/Writefree command.

Parameters:

Wksp (Workspace)

The workspace being inspected.

Show/Const

Display all the constants currently defined within the Open GENIE session (including pre-defined constants such as colours).

Parameters:

/Sys

Show system constants as well (all these begin with an "_")

Show/Proc

Display all the procedures currently defined within the Open GENIE session (including their help text)

Parameters:

/Sys

Show system procedures as well (all these begin with an "_")

Show/Type

Display all the workspace types currently defined within the Open GENIE session.

Parameters:

/Sys

Show system types as well (all these begin with an "_")

Show/Var

Display all the variables currently defined within the Open GENIE session.

Parameters:

/Sys

Show system variables as well (all these begin with an "_")