next up previous contents index
Next: Overlaid Curves Up: Access Multiple Data Elements Previous: Access Multiple Data Elements

Multiple Frames

 

A frame in CUPLOT is a box on the plot page. A page may contain one or more frames. Each frame may contain one or more curves.

CUPLOT stores data internally in frame/curve slots. In order to read, you specify data for one or more slots and specify any initial processing. All the data for each data entity is read in, even if you have set a view window to plot only a subset of the data. After reading the data, you can specify further processing or adjust the plot appearance.

The number of frames on a CUPLOT output page is the number of names entered in the DE command. The SH shot applies to all frames. Frames are numbered going down each column of the page. The default is to put 3 frames per column. When there are more than 2 columns, the data element name(s) are used as the frame title instead of the data description. The number of arguments expected by many CUPLOT commands changes to match the number of data elements you have entered.

An alternative way to specify the data elements is to use the DC and DF commands described in section 4.5.

DE
clears all data element names and sets the base curve data elements, which determines how many frames are plotted.     

 
	Command[ ]? SH 55806

Command[ ]? DE MB-IP-SL NB-BP-SL NE-SS-CW FM-LD-05 ;

D1
(this is D, number 1, not D, letter I) remembers any existing names and lets you add or change the base curve data elements. When you end the list (``;'' or ``/B'') all elements after that are cleared. This example keeps the first 4 data elements and adds 2 more:

 
	Command[ ]? D1 ,,,,

Next device[ ]? SH-VB-SL TS-TE-PR:TS-RA-PS ;

XT
sets ``x window, Total'', the window for all frames.

XM
  sets ``x window, Multiple'', separate windows for each frame; the number of prompts is twice the number of frames, one for the low limit and one for the high limit. This example uses XT to set all the windows, then XM to change just the 6th (the Thomson Scattering data):

 
	Command[ ]? XT 3 5

Command[ ]? XM

MB-IP-SL, Low limit[3.]? ,, !keep these limits

NB-BP-SL, Low limit[3.]? ,, ,, ,, ,,

TS-TE-PR, Low limit[3.]? 180. !change these

TS-TE-PR, High limit[5.]? 350.

YT
  sets the y window for all frames.

YM
sets the y window for each frame individually.

 
	Command[ ]?  YT 0 A

Command[ ]? YM

MB-IP-SL, Low limit[0.]? ,,

NB-BP-SL, Low limit[0.]? ,, ,, ,, ,,

TS-TE-PR, Low limit[0.]? 0

TS-TE-PR, High limit[0.]? 10

PS
plots any number of selected frames.  

 
	Command[ ]? PS 3 ;			!plot frame 3

Command[ ]? PS 2 5 ; !plot frames 2 and 5

PZ
plots selected frames of data read from a 2D Ufile, identified by the value of the z independent axis, where the z values are in the header for each 2D slice.


next up previous contents index
Next: Overlaid Curves Up: Access Multiple Data Elements Previous: Access Multiple Data Elements

Marilee Thompson
Fri Jul 11 12:49:48 EDT 1997