PCON Name
PCON Purpose
IDL path control utility. May turn libraries on or off.
Category
Calling Sequence
pcon, [command] Inputs
command = optional library command. in
Syntax: 'tag on' or 'tag off'. See notes below.
If command not given interactive mode is entered.
Keyword Parameters
Keywords
/LIST lists known libraries. Outputs
Common Blocks
Notes
Notes: pcon refers to IDL libraries using a short tag name
instead of a full directory path. These tags are defined
in a pcon setup file pointed to by the env. var. IDL_PCON.
If IDL_PCON is not defined, pcon looks for the file
.idl_pcon in your home directory. The file format is:
tag full_directory
optional library description line
where tag must start in the first column and the
description must be indented at least one space.
Lines starting with * or ;, and null lines, are ignored.
An example pcon setup file (with two libraries):
* .idl_pcon = IDL library list for pcon.pro
USR /data_bases/idl_libs/idlusr
Local, general interest.
STATLIB /usr/local/lib/idl/lib/statlib
IDL, statistics routines.
Modification History
R. Sterner, 22 Mar, 1993
Copyright (C) 1993, Johns Hopkins University/Applied Physics Laboratory
This software may be used, copied, or redistributed as long as it is not
sold and this copyright notice is reproduced on each copy made. This
routine is provided as is without any express or implied warranties
whatsoever. Other limitations apply as described in the file disclaimer.txt.