The Plot Window you have created has several functions available from its pulldown menu, as shown in figure 15-3. The mouse pointer can also be used to directly spot a data point on the graph.
Figure 15-3: Plot Window Menu
Figure 15-4: Rescale Rectangle
NOTE: To reset the graph scale back to the original, select Rescale Graph without having a rectangle on the graph, or select Replot Data.
Figure 15-5: Marker in Plot
The data point number has two digits separated by a slash. The number on the left of the slash represents the primary sweep point number (sweep order 1), and the number on the right shows the secondary sweep point number (sweep order 2). A data point on Y2 axis can not be identified.
Figure 15-6: Diag Line on Plot
This shows a line connecting the two clicked points and its slope, with both X and Y axis intercepts, as shown in figure 15-6.
When a rescale rectangle is shown on a plot, its X and Y values can be copied to system variables. There are four reserved variables for this purpose: X_LOW, X_HIGH, Y_LOW, and Y_HIGH. This is useful in setting X and Y limits for optimization by specifying these variables in the Optimizer Options Table.
NOTE: The data values are taken directly from the plot. Therefore it may be necessary to transform those values to another form when they are used in the Optimizer Options Table. For example, if the optimization target is log(ic) and the plot shows ic versus ve with LOG10 Y axis type, the Y Bound in Optimization should be log(Y_LOW) and log(Y_HIGH).
The procedure for dumping a Plot to a printer is as follow s:
NOTE: To give a white background to a graphics dump regardless of the current background color in a plot, define the DUMP_WHITE system variable as Yes. Otherwise, the printer output gets the same background color used in the plot.
Figure 15-8: Printer Dialog
NOTE: You must have a printer spooler rnnning to use the example print command above. Refer to the HP-UX command lp for more information on spooling.
pcltrans -e3 -C -r180 | lp -oraw -dpjet
Quality Options LaserJet PaintJet
Normal DUMP_DPI 300 180
pcltrans -e3 -e3 -C -r180
Fine DUMP_DPI 450 270
pcltrans -e2 -e2 -C -r270
Table 15-4: Printer Dot Resolution and Options
NOTE: The plotter and printer may exist on the same HP-IB with the measurement instruments. However, do not use the instruments while plotting or printing a graph. The better way is to use a separate HP-IB card dedicated for use by instruments only. Refer to chapter 11 Measurement for more information about the HP-IB.
NOTE: The printer command entered in the above dialog is executed as a background process through /bin/sh. Thus the control returns to IC-CAP as soon as this child process is spawned.
NOTE:
It is necessary to have at least 1MB RAM on a PCL printer to hold either A4
or Letter size data. The HP LaserJet IIP initially comes with only 512KB
RAM which is not enough for this size. To have a smaller dump for this
memory size, change the pcltrans argument as follows:
pcltrans -el | lp -oraw -dljet