Syntax:
Unix:
tramp_data -model model_name [-object sheet_name]
[-extent extent] [-config path_name]
[-help [help_dir] | -syntax [help_dir] | -version]
[-options] [-arg_input path_name] [-noheader]
[-quiet] [-ask] [-unix] [-vms] [-os2]
VMS:
tramp_data /model=model_name [/object=sheet_name]
[/extent=extent] [/config=path_name]
[/help [=help_dir] | /syntax [=help_dir] | /version]
[/options] [/arg_input=path_name] [/noheader]
[/quiet] [/ask] [/unix] [/vms] [/os2]
OS/2:
tramp_data /model:model_name [/object:sheet_name]
[/extent:extent] [/config:path_name]
[/help [:help_dir] | /syntax [:help_dir] | /version]
[/options] [/arg_input:path_name] [/noheader]
[/quiet] [/ask] [/unix] [/vms] [/os2]
Program Description:
This program produces a list of all tramp data couples on any
interface on each sheet in the specified extent. A couple is "tramp"
if it appears on at least three contiguous interfaces. The program
tracks tramp couples on a per-sheet basis; it does not track across
sheets.
Options:
model <model_name> Specifies a model name.
object <sheet_name> Specifies a sheet name of a structure
chart. If unspecified, the extent
must be "whole_sc".
extent <extent> Specifies the extent. If unspecified,
the default is "sheet". Valid
arguments are as follows:
"sheet": output pertains to given
sheet only (default).
"subtree": output pertains to
every sheet reachable from its
off-sheet connectors.
"whole_sc": output pertains to
every structure chart in the
model.
config <path_name> Specifies a configuration file.
(Default: /cadre/tsa/config_file).
help <help_dir> Shows the full help screen (this information)
and quits. The optional argument
specifies the directory containing
the help file.
syntax <help_dir> Shows the short help screen (syntax lines
only) and quits. The optional argument
specifies the directory containing
the help file.
version Shows the program header with the version
and quits.
options Shows the command line options chosen
before program execution.
arg_input <path_name> Indicates more command line options are
in the file 'filename'.
noheader Suppresses display of the program header
before program execution.
quiet Suppresses status messages during
program execution.
ask Prompts the user for the entry of command
line options not provided.
unix Allows entry of options in Unix format
(-example_option).
vms Allows entry of options in VMS format
(/example_option).
os2 Allows entry of options in OS2 format
(/example_option).