Documentation for /home/davin/idl/socware/

Generated by IDLdoc

single page | use frames     summary     class     fields     routine details     file attributes

projects/themis/spacecraft/fields/LASP/

vh.pro


NAME: VH (short for ViewHelp) PURPOSE: Make a shortcut to the IDL procedure DOC_LIBRARY CALLING SEQUENCE vh, pro_name ARGUMENTS: pro_name: (INPUT, REQUIRED) The name of the routine whose help document is to be shown. It could be a string. For example, the following IDL command shows the help info of the routine TPLOT. vh, 'tplot' It could also simply be the name of the routine (without the quotes), if no variable with the same name as the routine is defined. For example, if no variable is named TPLOT, the following command command does the same thing as the one above. vh, tplot HISTORY: 2008-05-23: Created by Jianbao Tao (JBT), CU/LASP 2010-12-12: JBT, CU/LASP. 1. The help document was improved. 2012-07-20: JBT, SSL, UC Berkeley. 1. Added the VERSION to the documentation comment. VERSION: $LastChangedBy: jianbao_tao $ $LastChangedDate: 2012-07-23 17:44:33 -0700 (Mon, 23 Jul 2012) $ $LastChangedRevision: 10737 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/projects/themis/spacecraft/fields/LASP/vh.pro $

Routines

top source vh

vh, pro_name

Parameters

pro_name

File attributes

Modification date: Thu Feb 13 16:42:36 2014
Lines: 8