general/tplot/
tplot_names.pro
Routines
top source tplot_names
tplot_names, datanames, time_range=time_range, names=names, verbose=verbose, sort=sort, tsort=tsort, asort=asort, reverse=reverse, create_time=create_time, all=all, current=current
PROCEDURE: tplot_names [, datanames ] PURPOSE: Lists current stored data names that can be plotted with the TPLOT routines. INPUT: (Optional) An string (or array of strings) to be displayed The strings may contain wildcard characters. Optional array of strings. Each string should be associated with a data quantity. (see the "store_data" and "get_data" routines) KEYWORDS: TIME_RANGE: Set this keyword to print out the time range for each quantity. CREATE_TIME: Set to print creation time. VERBOSE: Set this keyword to print out more info on the data structures NAMES: Named variable in which the array of valid data names is returned. ASORT: Set to sort by name. TSORT: Set to sort by creation time. CURRENT: Set to display only names in last call to tplot. EXAMPLE tplot_names,'*3dp*' ; display all names with '3dp' in the name CREATED BY: Davin Larson SEE ALSO: "TNAMES" "TPLOT" MODS: Accepts wildcards LAST MODIFICATION: @(#)tplot_names.pro 1.19 01/10/08
Parameters
- datanames
Keywords
- time_range
- names
- verbose
- sort
- tsort
- asort
- reverse
- create_time
- all
- current
File attributes
Modification date: | Tue Dec 9 08:25:56 2014 |
Lines: | 45 |