Documentation for /home/davin/idl/socware/

Generated by IDLdoc

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

general/tplot/

tnames.pro


Routines

top source tnames

result = tnames(s, n, index=index, all=all, tplot=tplot, create_time=create_time, trange=trange, dtype=dtype, dataquants=dataquants)

FUNCTION: names=tnames(s [,n]) PURPOSE: Returns an array of "TPLOT" names This routine accepts wildcard characters. CALLING SEQUENCE: nam=tnames('wi*') ; match tplot variables that start with 'wi' INPUTS: s: a match string (ie. '*B3*' ) OPTIONAL INPUTS: s: an array of indices for tplot variables KEYWORD PARAMETERS: INDEX: named variable in which the the indices are returned. TRANGE: named variable in which the start / end times are returned CREATE_TIME named variable in which the creation time is stored. TPLOT: if set then returns only the variables plotted in the most recent call to TPLOT DATAQUANTS: if set then it returns the entire array of current stored TPLOT data quantities. OUTPUTS: a data name or array of data names OTHER OUTPUTS: n: the number of matched strings COMMON BLOCKS: tplot_com SIDE EFFECTS: none EXAMPLE: print,tnames('*wi*') VERSION: 1.8 @(#)tnames.pro 1.8 02/11/01 copied from iton.pro CREATED BY: Davin Larson Feb 1999

Parameters

s
n

Keywords

index
all
tplot
create_time
trange
dtype
dataquants

File attributes

Modification date: Thu Feb 13 16:43:16 2014
Lines: 52