Tonyplot: User'S Manual
Tonyplot: User'S Manual
Tonyplot: User'S Manual
User’s Manual
Silvaco, Inc.
4701 Patrick Henry Drive, Bldg. 2 January 7, 2016
Santa Clara, CA 95054
Phone: (408) 567-1000
Web: www.silvaco.com
Notice
Style Conventions
1.1.3 Terminology
The following terminlogy is used throughout TonyPlot that have certain meanings and
relationships. See Table 1-1 explains this terminology.
Terms Definition
Structure This is the set of data contained within a structure file (e.g., doping,
geometry, or biaspoints). One structure usually requires one plot but
sometimes two. The same structure can be repeated in many plots.
Plot This is one drawing. A plot can be of one or more structures but cannot
exist without a structure. Several plots can show the same structure,
which allows the data to be simultaneously examined from two different
angles. TONYPLOT is capable of displaying three kinds of plots, each with
its own distinct preferences: 2D-Mesh plots, Graph plots, and
Cross-Section plots.
Selected Plot Not all plots need be operated on at once. A subset of plots is defined by
selecting required plots. Selected plots are shown by having bold bor-
ders. Unselected plots are shown by having dull borders.
View This is the collection of plots in the main window. This term refers to all
plots, selected or not.
Subwindow This is the area where a plot is shown. Each plot has a unique subwin-
dow, and each subwindow can only show one plot. You can modify the
arrangement of subwindows within the view.
Display Each plot has a display setting, which is the set of parameters that
defines how to draw the structures in the plot.
box. Clicking on causes the current settings on the dialog box to be loaded
a disk. Clicking on causes the current settings on the dialog box to be applied
first (as if Apply were clicked on) and then be saved to a defaults file.
• Ok: All dialog boxes have an Ok button. An Ok button will first apply any settings you
changed in the dialog box and then closes the dialog box.
• Cancel: Clicking on this button removes the dialog box from the screen. None of the
changes made to the dialog box will be applied. Use this button when the dialog box is no
longer needed and no further changes are required.
• Apply: Almost all dialog boxes have an Apply button. This button stores the current
settings on the dialog box and usually causes a plot to be updated. Click on this button
when satisfied with the items on the dialog box. Clicking Apply will leave the dialog box
open.
The -da, -st and -bin options to TonyPlot are all optional. When TonyPlot loads a file, it
automatically converts the format of the data and loads it in. The options override this action,
however, if needed. Here are some examples of TonyPlot command line options.
Open
This creates a dialog box (see Figure 2-3) that can be used to load structures. A list shows the
current contents of the directory specified at the top of the dialog box. All subdirectories are
shown (as folder icons) as all files are matching the specified filter.
Action
TonyPlot allows you to change the action you wish to take when opening new files. You can
choose between Add Plot, Overlay Plot, and Replace Plot. Choosing Add Plot is the default
action and will add the files opened as separate plots in TonyPlot. Overlay Plot allows you to
overlay a plot onto an already open plot. Replace Plot will replace the currently selected plot
with the newly opened plot.
Save As
This creates a dialog box (see Figure 2-5) that can be used to save a plot or to save a plot as a
particular graphic type (such as JPG, PNG, or GIF). You can select the format you wish to
save by choosing it from the File Type list.
Export
This allows you to create data files from plots. To export data, choose one plot that you wish
to write to a file and select Export. The Export dialog box will then appear (see Figure 2-8).
You can export some files as Master files (Silvaco format) or in a user data format.
Page Setup
This allows you to change general printer settings, such as page size, page orientation,
margins, and color mode (see Figure 2-9).
Print
This allows you to print (depending on your print preferences, see “Print Options” on page
45) either the currently selected plots, one per page or all plots on one page. You can print on
a large variety of paper sizes at full printer resolution.
Plot Difference
This requires you to have at least two compatible plots selected. When chosen, this option
will create a new plot of the differences in the selected plots.
Duplicate Selected
This duplicates all selected plots. For each one, a new window is created and the structure is
drawn in the new window and the original window.
Delete Selected
This removes plots from the view. All selected plots are deleted. This option is only active
when at least one plot is selected.
Materials
This allows you to customize the colors of materials. It also controls whether a particular
material is shown on keys. The colors used by TonyPlot to represent the different types of
materials that can be altered. To change the colors, select EditMaterials and the Materials
dialog box will appear.
.
• Color: A palette shows the color currently used for the selected material. Any color can
be chosen if the default is not acceptable.
• Off/On key: Sometimes you may want to show a certain material on a material key
legend. If this is the case, choose the Off key.
Note: TonyPlot automatically saves the colors you set for the materials. To reset the colors to their default settings,
press Reset Colors to Default.
Functions
Functions allow you to further customize the output that can be produced and to extend the
amount of data that can be plotted without needing further simulation runs and large data
files. TonyPlot allows you to create functions for use with any type of plot. It also uses an
advanced mathematical parser to calculate function results from arbitrarily complex math
expressions.
Use Of Functions
In order to use functions, first define a function, in terms of quantity names (e.g., Boron,
Drain bias, and Temperature), constants, and operators (sin, sqrt, +, — etc). Then, plot that
function in the desired plot. Using scientific notation in functions (e.g., le23) requires the
mantissa to have a decimal point (e.g., 1.0e23), otherwise it does not work.
The Functions dialog box can be displayed from the main Edit menu. It can also be
displayed from the buttons marked Functions... that appear on each of the three types of
Display dialog box.
Once defined, a function is plotted by choosing the name of the function (Function 1 or
Function 2) from the relevant control item on the Display dialog box.
Defining Functions
The Functions dialog box is split into two sections. The top section allows function macros to
be set up. The lower section is where the functions are actually defined. You can define two
types of functions.
• Graph functions: These are used on XY Graph plots only and are defined in terms of
graph (electrical) quantities.
• Impurity functions: These functions can be used in Mesh plots and Cross Section plots
only and are defined in terms of impurities.
Two of each type of function is supplied and either or both can be shown on any plot. It is
possible to nest functions by including the name of one function as a variable in another.
Plotting
When choosing Function 1 or Function 2, TonyPlot evaluates the results of the function at
each data point and stores these values in the data attached to each plot level. Then, the
function can be drawn along with any other quantity also selected.
Example
Suppose a Master file contains values for the four dopant impurities boron, arsenic,
phosphorus and antimony. We can use a function to compute the net doping by entering the
following as Function 1.
boron — arsenic -phosphorus — antimony
Most plots of net doping, however, are shown on log scales (this is the default for TonyPlot)
so you need to calculate the log of this sum. Make sure the total is positive beforehand, so use
abs() to get the absolute value:
log10 (abs (boron — arsenic — phosphorus — antimony))
The data for each dopant, however, is not useful below values of around 1e12. TonyPlot
usually does not show values below this level. But with a function, it cannot tell that this is
needed. Therefore, use the MAX() operator to keep the function result within a useful
range:
max (log10 (abs (boron — arsenic — phosphorus — antimony)), 12)
Simplify this expression by splitting into two functions and nesting one inside the other, as
follows:
Function 1 = boron — arsenic — phosphorous — antimony
Function 2 = max (log10 (abs (Function 1)), 12)
Now plot Function 2 on a Mesh or Cross Section plot. It will show the profile of Net Doping
(clipped at 1e12).
Function Macros
To allow further simplification of functions, the macro section is provided on the Functions
dialog box. It can be used to store common functions and identify them with an easy to
remember name. You can use the following options to modify macros.
• Macro List: This shows all the macro names currently known to TonyPlot. Select names
here to view or edit the macros.
• Name: Shows the name of the selected macro and is used to change macro names and add
new macros.
• Definition: This is a small edit window where the full macro definition is displayed. Use
this edit window to enter new definitions.
• Create: To create a new macro, enter a new name and definition for the macro, and click
on this button. The new name appears in the list. If the name already exists, the old
definition is replaced.
• Delete: This deletes the macro that is currently selected int the name list.
• Replace: This can be used to change a macro name or definition or both. Enter the new
text and click on this button to replace the selected macro.
The macro names can then be used in any function as though the whole definition had been
typed.
For example, in the Net doping example, we could add a macro called net_dop and in the
definition window, enter:
max (log10 (abs (boron — arsenic — phosphorus — antimony)), 12)
Then, we could define either Impurity Function to simply be net_dop.
This makes the function definitions easier to read and allows useful names to be added to the
plot key. The Property called Function label can be used to change how functions are
labelled on the plot key.
All macros can be saved to a defaults file for use any time TonyPlot is used. Two buttons on
the dialog box allow defaults to be saved and loaded at any time.
Function Syntax
Functions are constructed just like normal math expressions, but with names of quantities
from data files used as variable names. Functions can be built with the following operators:
• Normal operator precedence is obeyed.
• Expressions can use parentheses to change the operator precedence where needed.
If an expression contains an error, this is reported when the function is plotted. Invalid values
are for the most part plotted as zero, except for log(), which uses the value predefined in the
Property called Log Zero. If a function does contain an error, TonyPlot displays a notice box
informing you of the type of error encountered. A syntax error causes all function values to be
zero. An evaluation error causes just the offending data points to be zero.
a + b a plus b
a — b a minus b
a / b a divided by b
a * b a multiplied by b
a ^ b a to the power b
-a negative a
abs(a) absolute value of a
log(a) natural log (base e) of a
exp(a) inverse natural log of a (e^a)
log10(a) log base 10 of a
sqrt(a) square root of a
sin(a) sine of a (a in radians)
cos(a) cosine of a (a in radians)
tan(a) tangent of a (a in radians)
asin(a) arcsine of a
acos(a) arccosine of a
atan(a) arctangent of a
sinh(a) hyperbolic sine of a
cosh(a) hyperbolic cosine of a
mag(a,b) magnitude of vector [a,b]
hypot(a,b) hypotenuese of a and b (same as mag(a,b))
max(a,b) maximum of a and b
min(a,b) minimum of a and b
dydx (a,b) derivative of a with respect to b
The derivative function dydx can take any two variables. It also accepts distance to
represent the x value. For example, a vertical cutline dydx (boron, distance) would give the
derivative of boron concentration against depth.
Functions In TPCS
If you’re unfamilar with TPCS, see Section 2.3.3 TonyPlot Command Stream.
Expressions can be evaluated in TPCS. TPCS, however, does not perform the variable
substitution the functions perform. To evaluate an expression in TPCS, use the following
command:
TPCS> eval <expression>
where <expression> is constructed according to the syntax rules explained above. The
result is printed out below the input. For example:
TPCS> eval log10 (sqrt(sin(0.4)))
-0.204792
TPCS>
When TonyPlot plots functions, it uses TPCS commands such as these to work out the new
values. Therefore, you can use this to check for computation, syntax errors, or even for a
quick calculator.
Shift Curve
This function gives you the ability to shift one or more curves in an XY Graph plot. You can
shift the curve on both the X and Y axes.
Preferences
TonyPlot has many preferences that you can set. You can alter these preference to suit your
needs. All preferences can be viewed and modified using the Preferences dialog box. To
open dialog box, select EditPreferences.
Toolbars
• Display large icons: This controls the size of the icons on the toolbar.
• Display text labels: This controls whether descriptive text is shown beneath the icons on
the toolbar.
• Display hints: This controls whether or not tool tips are displayed when you hover the
mouse cursor over an icon on the toolbar.
• Customize: Clicking this button displays a dialog box that allows you to customize which
buttons are currently shown on the toolbar.
Shortcuts
• Assign: This customizes which keyboard shortcuts you use for any menu item. Select the
menu item you wish to customize. If there is a shortcut currently assigned to it, it will
appear in the Current Keys box. Press your new desired shortcut (e.g., Ctrl+A) and it
will appear in the Press new shortcut key box. It will also tell you if the shortcut is
currently being used for another menu item. Press the Assign button to assign the new
shortcut to the menu item.
• Remove: This removes the currently assigned keyboard shortcut from the current menu
item.
• Details: This gives an overview of all the currently assigned shortcuts.
Window Options
• Layout selects the style used for laying out subwindows within the view. The first two
options represent Multiple mode (with either horizontal or vertical preference). The third
option is Palette mode (where one plot is larger than all the others). The fourth option is
Stacked Window mode, where you view one plot at a time and can flip between plots
using the PlotNext Page and PlotPrevious Page menu items.
• Panner Jump sets the amount of new plot exposed when a zoomed plot is panned with
the zoom panner. The fractions shown are fractions of the window size.
Drawing Options
• Grid level: This controls whether the axis grid is drawn on top of the displayed structures
or underneath them. The axis grid is controlled from the Annotation dialog box.
• Mesh level: This controls whether the simulation mesh is drawn on top of the displayed
structures or underneath them. The simulation mesh is controlled from the Display dialog
box for either 2D Mesh plots or XSection plots.
• Mark frequency: For line plots, this controls the number of marks or points that are
drawn along the curve. 1 draws a mark at each and every data point, while any other value
draws marks at the specified frequency.
• Log axis numbers: When log axes are displayed on either XSection or XYGraph plots,
the way numbers are drawn depending on this item. The number 3 is used as an example.
• Line widths: This group of controls sets the thickness of the lines used to draw Graph
Lines, Edges (2D Mesh, XSection), Vectors, Cutlines, Junctions, and Mask lines. 1
represents normal thickness, with 2 to 4 representing increasingly thicker lines. Small
Font, Medium Font, and Large Font are used to control the font TonyPlot uses when
rendering plots at different screen sizes.
Plot Options
• Duplicate: When a plot is duplicated, the display settings can be applied to the new plot.
This causes the new plot to look identical to the original. If you select Structure Only, it
will use a default display setting for the new plot.
• Plot margins: This controls the space between the edges of the plot and the edges of the
window. These are specified in terms of a percentage of the window dimension (window
width for left and right and window height for top and bottom).
• Minimum doping: This either displays doping concentrations to their actual minimum
values (choose Actual) or to a specified value (choose Clip to) with the value in the text
field indicating the minimum value at which doping is clipped.
• Log. of zero: When plotting results that involve the logarithm of zero (in any base),
TonyPlot uses this predefined number as the result. Zero is used by default.
• Axis Precision: When required, the axis ticks are rounded up to the maximum number of
digits (Axis Precision) to avoid cluttering the plots.
• XY plot ratio: This controls the relative scaling in the X and Y directions of the data. If
To Window is chosen the axes scale independently so that the whole window is occupied.
If To Data is chosen, the axes scale together so that the aspect ratio of the data is
maintained. In this mode, at least one of the axes span the subwindow.
• Net Doping: This controls whether the absolute on signed values of the net doping are
used in plots (absolute or n/p types).
• Export Resolution: This controls the resolution of images saved from the Save As menu
item under the File menu. The default is 800x600.
• Export Compression: This controls the compression ratio used when saving files using
the Save As menu item under the File menu. This only applies to image formats that use
compression, such as JPEG.
Tool Options
• Probe Refresh: This refreshes the probe by removing old probe targets from the plot
area.
• Ruler Readout: This displays the position of the pointer in the frame footer whenever the
rules are being used.
• Cutline X Axis: There are three methods for marking the X axis on cutline profiles. By
default, the X coordinate is relative to the start of the line, and so measures distance along
the line. If you select Absolute, the axis shows the X coordinate of the original mesh (if
the cutline is horizontal) or the Y coordinate (if the cutline is vertical). Cutlines that are
neither horizontal or vertical show a Relative X axis. If you select Interface, the X axis
centers around the first material interface in the cross section. For example, the first
interface is at X=0. If no interface exists, a Relative X axis will be drawn.
• Probe Impurities: This controls how impurity values reported by the Probe tool are
shown. By default, true linear scale values are shown. Select Log of value to see the
values on a log scale.
• Zoom Out Percentage: This controls how much TonyPlot zooms out when you press
zoom out button ( ) on the main toolbar.
• Axis Scaling: This controls which axes scale when you use the variable zoom feature. To
use this feature, hold down the Shift key and the right mouse button and drag the mouse to
zoom.
Overlays
• Creating: When creating overlays, this item either allows you to leave the original plots
in place (choose Leaves Originals) or delete them (choose Deletes Originals). If you
delete the originals, you can retrieve them by splitting the overlay. If they remain,
splitting the overlay duplicates the originals.
• Level colors: This can show overlay plots each level in the same color (choose Single) or
use a different color for each (choose In Sequence).
• Number of Levels: To avoid confusing plots, you can limit the number of levels added to
an overlay. Choose unlimited to deactivate this feature.
• Display option: This allows you to choose whether to use mark types for quantities
plotted and color for the level, or to use mark types for the level and color for the quantity.
General Colors
General colors are colors of items that are not related to any specific data type. Each can be
specified independently and set to any color that TonyPlot supports.
• Window: The color of the subwindow.
• Background: The color of the plot background.
• Foreground: The color of the plot foreground.
• Dark border: The color of borders on unselected plots.
• Light border: The color of borders on selected plots.
• Zoom: The color used when dynamically defining areas, lines, and other attributes on the
plot. For example, zooming and placing cutlines. The color specified here cannot be the
color observed if the color where the lines appear is not the actual Background color.
This is due to the graphics operation used. If you have problems distinguishing the lines
from the color on which they are drawn, changing this color may improve the contrast.
• Grid: The color of the axis grid.
Structure Colors
Structure colors are colors of items related to specific data items. Each is specified
independently and set to any color that TonyPlot supports.
• Mesh: The color of the simulation mesh on 2D Mesh plots and Cross Section plots.
• Edges: The color of edges on 2D Mesh plots and Cross Section plots.
• Cutlines: The color of cutline positions on 2D Mesh plots. The color specified here
cannot be the color observed if the color where the line appears is not the actual
Background color. This is due to the graphics operation used. If you have problems
distinguishing the lines from the color on which they are drawn, changing this color may
improve the contrast.
• Depletions: The color of Depletion Edges on 2D Mesh plots.
• Junctions: The color of Junction on 2D Mesh plots.
• Electrodes: The color of hatching used to indicate electrodes on 2D Mesh plots.
• Outlines: The color of contour outlines.
Sequence Colors
TonyPlot uses sequence colors whenever a group of items are plotted and each needs its own
color. Examples are lines on items, such as Graph and Cross Section plots, regions, and
levels. The colors used are defined by the list of sequence colors indicated on this dialog box.
For example, if the first color is red, the level one is Red, the first cross section profile is Red,
region 1 is Red, and so on. If you need more than twelve colors , the color sequence repeats at
one.
Sequence Lines
Graph lines are represented by Lines and Marks. TonyPlot allows you to change the line type
of these graph lines. You can choose among Solid, Dash, Dot, Dash Dot, and Dash Dot Dot.
Sequence Marks
Graph lines are represented by Lines and Marks. TonyPlot uses different mark types to
represent either quantities or levels. You can define these mark types in this dialog box. The
types are: Cross, Circle, Plus, Triangle, Square, and Star. This dialog box also allows you
to change the size and width of the marks, from a scale of 1 to 6 in size, and 1 to 3 in width.
Key Options
Each key position item provides eight options. If you select Off, then that key will not be
drawn. If you select any of the six specific positions, the key will be drawn in that position in
the plot. If the icon with the arrow is displayed, then the key has been positioned by hand and
is in none of the six standard locations. For more information, see Section 2.4 Key Legends.
• Contours: There are three contour keys: one for each set. There are three items to control
each one separately.
• Regions: This indicates the color used to distinguish each material region or region
parameter in 1D and 2D Mesh plots.
• Graphs: The Line key for any graph plot, showing line colors and mark types.
• Vectors: The vector key for 2D Mesh plots.
• Levels: The level key for overlay plots.
• Key Type: This sets the ways the keys or legends are drawn in plots. Transparent (the
default) allows the key box to show the plot underneath. Opaque covers over any part of
the plot under the key.
• Function Label: This determines whether functions appear on key legends as names
(e.g., Function 1) or as their definitions, as shown Figure 2-13.
• Contours Color Set: This allows you to choose which palette of colors to use when
doing contour drawing.
Print Options
• Print Plots: This allows you to choose whether to print selected plots, one plot per page,
or all current plots on one page.
Environment
• Name of user: This is your name as known by the operation system when TonyPlot starts.
This can be used in titles and footers by using the macro $NAM.
• Login name: This is the login name for the account currently being used. This can be
used in titles and footers by using the macro $USR.
• Group: This is the login group name of the account currently being used. This can be
used in titles and footers by using the macro $GRP.
• Host: This is the name of the workstation used to run TonyPlot. This cannot be the
workstation used to display TonyPlot. This can be used in titles and footers by using the
macro $HST.
• Company name: This is the name of your company (if any). This information is not
known by TonyPlot, so it is blank by default. This can be used in titles and footers by
using the macro $COM.
• Project: This is the name of the project you are currently working on. This information is
not initially known by TonyPlot, so it is blank by default. This can be used in titles and
footers by using the macro $PRJ.
As mentioned above, some of the environment preferences have an associated macro. For
example, your name can be represented with $NAM. This macros can be used in titles, labels
and footers. Other macros are also available:
• $DAT shows the current date.
• $TIM the current time.
• $PWD the current working directory.
Miscellaneous
• Electrodes Drawn: When electrodes are drawn in mesh plots, TonyPlot indicates them
by using a hashing in the defined color for electrodes. If this property is set to With
names, then the names of the electrodes (where defined) are also drawn at a point near to
the actual electrode region.
• Min Contour: This determines whether the minimum contour is displayed as transparent.
• Default File Filter: This allows you to change the default file filter used in the Open
Dialog box.
• Mouse Pointer Readout Position: This allows you to change the precision used for the
mouse pointer X/Y coordinates that are displayed in TonyPlot’s status bar.
• Window Zoom Direction: This allows you to set which direction you would like to use
for the Window Zoom tool ( ). You can choose X, Y, or X and Y. The zoom factor may
be set in the text box next to the in the TonyPlot toolbar.
• Sort Quantity: This allows you to display quantities in dialog boxes such as the Contours
Dialog in alphabetical order or unsorted.
Annotation
The Annotation dialog box (Figure 2-33) allows you to specify plot parameters that are
independent on the data, which do not fall into the category of display settings. These are
features such as titles and axis ranges. The titles, axis labels and footers can use greek
characters and math symbols via special tags. Please see Appendix C for more information.
The features of a plot that are independent from the type of plot are called annotation features.
To access this dialog box, select PlotAnnotation.... The Annotation dialog box works over
multiple plots in the same way as the display dialog boxes. The difference is that this dialog
box affects all selected plots, regardless of their respective types.
Titles
Each plot has two titles. TonyPlot assigns these titles by default. You can change them if
required. The current main title and current subtitle are displayed in their respective text fields
on the dialog box. You can change the titles without having to redraw the plot(s) completely
by changing the title and pressing the Apply button. This leaves all other items as is and only
the titles are redrawn on the selected set of plots.
Note: If you select Specify, you can change the titles. If Auto is selected, titles cannot be changed. This allows
you to change more than one plot with the Annotation dialog box without the titles on all plots ending up the
same.
Show
This item controls features that appear around the edge of the plot. The icons represent, from
left to right, x-axis ticks and numbers, y-axis ticks and numbers, grid, x axis label, y axis
label, and zero lines. The large buttons can be used to invert the plot. For example, reverse the
positive and negative directions of the x- or y-axis.
Range
The default ranges on the X and Y axes are calculated to ensure that all of the data from all
structures in the plot can be seen. You can change these values. Selecting Specify rather than
Auto enables the axis control items, allowing you to enter the minimum and maximum
values, as well as the division and number of ticks per division. For axes that are plotted on a
log scale, the division is always 1.0 regardless of the value entered manually.
When the axis ranges are specifically set and applied to multiple selected plots, all plots are
scaled the same. This allows easy plot comparison of similar data.
Statistics Plots
Some statistics plots do not have the regular range controls as described above. Instead, the
controls allow you to enter user-specified “bin values”, which are used when calculating data
distributions.
When you select a statistics plot and summon the Annotation plot, the range controls include
a choice to allow you to select Auto bins (automatically determined by TonyPlot according to
the data range) or to specify the bin values. When you choose Specify, use the min and max
text fields to enter the minimum and maximum bin values. Then, enter the Number of bins to
be used between these limits. TonyPlot adds each bin value to the scrolling list when you
press the Apply button.
Axis Labels
The x axis and y axis labels can be modified. These are only updated on the plot when the
Apply button is clicked on. Once an axis label has been set this way, it is always shown, even
if the quantity represented on the axis is changed. To return to the normal axis label, erase the
user-specified label from this field and click on Apply again.
Note: Cross Section plots generated by the Cutline tool will display an automatic x axis label if none is entered
manually. This automatic title is provided by TonyPlot according to the type of cutline x axis desired (see
“Preferences” on page 30).
Footers
Any plot can have footer subtitles in the left or right or both corners. No footers are drawn by
default. You can add them with these text fields on this dialog box.
Special Characters and Macros
Titles, axis labels and footers may all contain “special characters” if needed. These allow
alternative letters and symbols to be drawn, such as Greek letters, and superscript numbers.
The titles and footers may contain “title macros” (see “Preferences” on page 30).
Labels
Labels are used to add arbitrary notes and informative text to any plot. These labels can be
drawn with leader arrows or can be free standing. The Labels dialog box is used to add,
change, and delete these labels (see Figure 2-34). To access this dialog box, select
PlotLabels. As with the Annotation dialog box, the Labels dialog box is the same for all
plot types. The difference, however, is that only the first selected plot is affected. Each plot
has a list of labels associated with it. Each label has a position in the plot to which it belongs.
The labels that belong to the selected plot are shown in the list on the Labels dialog box.
Labels can use greek characters and math symbols via special tags. Please see Appendix C
“Greek and Math Characters Supported by Tonyplot” for more information.
Placing Labels
Labels are placed on the selected plot in one of two ways. One, by clicking to place a simple
text-only label. Two, by dragging to place a label with leader line (see Figure 2-35).
Note: If the first character of a label is a space, then TonyPlot will draw a small “blob” on the end of a leader line.
This can be useful in identifying the location to which the label refers.
Special Labels
In some cases, TonyPlot generates labels automatically. If text appears on a plot, it is usually
label, placed by TonyPlot, that can be controlled with the regular label dialog box as
explained above. Some examples of special labels are:
• Integration Tool: This tool (see “Integrate” on page 66) adds a label to show the
integrated x-range and area. Although placed in a default position, you can customize the
label attributes cwith the Labels dialog box.
• 2D RSM Plots: Pressing the ‘v’ key in a 2D RSM plot adds a spot height label to the plot.
The label can be moved but the height does not change, so the label value would then be
invalid.
• Electrode Names: 2D Mesh structures from ATHENA or ATLAS can contain electrode
information. When electrode names are plotted, they appear as labels. By default, they are
positioned over the appropriate electrode but can be moved if desired.
Level Names
This allows you to change the names assigned to overlay plots. Overlay plots use the data file
name as a default name for each level. This dialog box also allows you to select whether
graph lines have points or lines for individual levels. See Chapter 4 “Overviews” for details
about overlays.
Note: While dragging, holding down the Shift key causes the start point to move as well as the end point.
• Free: To define a free cutline, drag the mouse over the source plot to define a line through
the mesh. Releasing the mouse button creates the cross section.
• Vertical: Same as free but dragging is restricted to a vertical direction. Release the mouse
button to create the cross section.
• Horizontal: Same as free but dragging is restricted to a horizontal direction. Release the
mouse button to create the cross section.
• Chained: To create a chained cutline, click on the mouse SELECT button in various
places to create a polygon of chain line segments. To erase to last point placed, use the
ADJUST button. Press the Return key to create the cross section.
• Interface: To create this type of cutline, click on the mouse SELECT button to place two
points on any interface (region boundary). Click on ADJUST to erase to last point placed.
Press Return to see the portion of the interface along which the cross section is calculated.
If the portion is wrong, press to try other routes. When ready to create to cross section,
press the Return key once more.
• Keyboard: To create a new cutline with exact start and end coordinates, enter the start
and end points into the text fields supplied and click on Return. This creates the new
cross section from the line so defined.
Ruler
The Ruler tool can be used on any type of plot. It provides coordinate geometry information
of any line drawn over a structure. The Ruler shows useful data such as length, gradient, and
intercepts of a line you defined. To use the Ruler (Figure 2-40), select the plots in which
measurements are to be taken and choose ToolsRuler.... This item is only active when at
least one plot is selected.
• Type: Two types of ruler are available. The default ruler is called a “temporary” ruler
because once the mouse button is release, the lines are removed from the plot (but the
values remain displayed in the Tool dialog box). A “permanent” ruler, however, remains
in the plot. The temporary ruler lines are drawn in the plot window, and some of the
values from the dialog box are also added at relevant places. This permanent ruler
remains on the plot until you place the ruler once more. Switching the ruler type back to
“temporary” also removes a permanent ruler.
To return to normal use of the plot window, dismiss the Ruler dialog box.
Probe
The Probe tool can be used to look at structure information in a 2D Mesh. It provides both
geometry and impurity data and can be used to find specified structural features. This can be
useful for debugging simulator output as well as for general use. To use the Probe, select one
or more 2D Mesh plots and choose ToolsProbe.... Click anywhere within a structure to
activate the probe. A crosshair marker indicated the last position clicked. Measurements are
then displayed in the Probe dialog box as shown in Figure 2-41. This item is only active
when at least one 2D-Mesh plot is selected.
• Impurity Values: The list shows the impurities that are present in the data. Before
placing the probe, no values are showing. But when you position the probe, the values of
each impurity will appear at each triangle vertex. The values shown are the actual values
(linear scale). There is a property in TonyPlot that causes the probe to display log values
of impurities that are sometimes seen on log scales. See “Preferences” on page 30 for
more information.
• Find: This menu allows the probe to work in reverse. Enter the number of the triangle or
point to be probed into the appropriate text field and choose the required option from this
menu. The triangle is indicated by a brief sequences of flashes, and points are marked by
the probe marker moving to the point on the plot. Alternatively, choosing Obtuse
Triangles highlights all mesh triangles that contain an angle greater than 90°.
Note: When used with RSM plots (drawn in the 2D mode only), only the probe coordinates and impurity (i.e., RSM
output) value are displayed. There is no mesh information available and the “find” features are not
applicable.
Movie
The Movie tool allows you to combine a group of plots into an animated sequence, which can
be viewed in playback like a slideshow. To create a movie, you must select the slides. To do
this, create a group of plots in the main TonyPlot view, select this group, and choose Movie....
This item is active when you select at least two plots. You will notice a delay while TonyPlot
creates the movie sequence. The messages will then appear in the frame footer indicating
progress. When complete, the Movie dialog box (Figure 2-42) appears, showing the first
frame of the movie and a group of control items.
TonyPlot can create automatic movie sequences from cutlines without repetitive use of the
Cutline and Movie tools.
HP4145
The HP4145 Emulator is available for any graph plot. Only one plot, however, can be used
with the emulator at any one time. When you select this option (ToolsHP4145), the first
selected graph plot changes to mimic the output of the HP4145. A HP4145 dialog box (Figure
2-43) appears containing the controls that resemble the functions of the HP4145.
Integrate
The Integrate tool (Figure 2-44) allows you to measure the area under a single plot curve or
the area between two curves. The X interval over which the area is calculated can be set by
positioning marker lines at certain locations along the X axis. The Integration tool works
with both XY Graph and Cross Section plots.
Options
You can toggle some options when using the Integrate tool. The following options appear in
a line under the scrolling list.
• Draw area fills the area under/between the curve(s) with a hatched pattern when turned
on. If turned off, no area is drawn, but it is still calculated.
• Absolute value uses positive areas only, taking the absolute value of all Y axis values. If
turned off, areas below the Y=0 line have a negative area.
• Use log of Y calculates the area using log values of Y, rather than the true linear value.
This option is independent of the method used to draw the Y axis. In other words, you can
draw a curve on a log Y-axis scale but calculate the area on a linear scale.
• Convert X um to cm converts from microns to centimeters. X axis quantities are
sometimes plotted in microns (e.g., cross section plots). Y axis quantities are often given
in terms of cm or cm3. Use this option to calculate the area with the X-axis values
converted from microns to cm.
• Results continually displays the current area and interval on the right.
• Line control positions the two lines that specify the interval used for area calculation.
These lines can be moved with the buttons marked with left and right arrows. The lines
can be placed at any of the features that are shown in the list. You can move a line directly
to any feature by choosing either Move RED line to selected or Move BLUE line to
selected from the list. This causes the appropriate line to move to the feature currently
selected in the list.
• Add Label creates a label in the plot with the integral information. Pressing the button
multiple times updates the label with the latest Real and Interval values.
Using the Mouse and Pointer
The mouse pointer can be used to move either of the marker lines, and to add new features at
any point along the X-axis. To move a line, click the SELECT mouse button anywhere near
one of the lines and drag the mouse. The line moves to the feature nearest to pointers position.
This method allows you to “pick up” a line, move it to a new position, and put it back down.
You can also create new features.
To do this, hold down the Shift key and repeat the procedure above. This time, the marker line
can be moved to any x location. When you release the mouse button, add a new feature at the
current line position and move the line to it.
Tracers
Tracers are used to illustrate the path of vector fields within 2D Mesh structures. They are
drawn as small markers, which can be positioned anywhere inside a vector field, and are then
animated by TonyPlot to show field strength and direction. The Tracers dialog box (Figure 2-
45) is used to control the positioning and animation of the markers.
Setup
Clicking on the Setup... button to reveal the options panel on the Tracer tool dialog box
• Color: All markers placed use the currently selected color. Different markers can have
different colors by changing the color for each marker placed. Tracer path lines are drawn
in the same color as the marker that follows it.
• Max. jump: This value controls the “granularity” of the path calculation. Higher numbers
reduce the calculation time, but give only approximate paths with long jumps. Smaller
numbers produce more accurate paths, but take longer to calculate.
• Lines: When turned on, lines are drawn along the tracer paths as the paths are calculated.
If turned off, the path is not shown but the tracers still follows the same route.
• Cycle: Three cycle modes are available which control the action of markers when they
reach the ends of their paths. The first choice stops all tracers as soon as one tracer
reached the end. The second choice stops each marker as it reaches the end of its own
path. The third choice makes each tracer move in a loop, returning to its start point each
time it reaches the end.
Poisson Solver
The Poisson Solver (see Figure 2-46) performs an electrical simulation with the 1D structure,
and calculate profiles for a set of electrical quantities.
Setup Panel
To access Poisson Solver Setup panel, click on the Setup... button on the Poisson Solver
dialog box. The following controls are available:
• Display Solved Quantities: This list shows all the quantities that the solver calculates.
Only the ones selected, however, are displayed when the solution in complete. All other
quantities can be accessed later from the Plot Display dialog box. If other quantities are
to be displayed automatically, choose them here. More than one can be selected. This
does not affect which quantities are calculated, only the ones that are displayed by default.
• Temperature: This specifies the temperature to be used for the simulation or use the
automatic default.
• FE Mobility: This activates the field effect mobility option for the simulation.
• Work function: Enter a specific workfunction with this option or use the default value.
• SOI Device: This simulates a device with Silicon On Insulator (SOI) structure layers.
Failure Analysis
This predicts the most likely cause of failure in a production situation, given the
characteristics of the input parameters and the failed condition.
Figure 2-48 VWF Production Mode Dialog with Failure Analysis selected
Calibration
The Calibration Tool is used to to calibrate model parameters. This tool will vary model
parameters to best fit a set of measured data points.
Synthesis
After a set of outputs required from a production environment is given, this feature calculates
the best set of inputs that should be used to achieve that goal.
Yield Analysis
This can predict the characteristics of output yield from a production situation from known
experimental data of the following input parameters. The following options in this dialog box
(see Figure 2-51) provide access to the various parameter editing dialog boxes that are used.
Figure 2-51 VWF Production Mode Dialog with Yield Analysis selected
Production Mode
These are same options from the main VWF Production Mode Dialog.
Figure 2-52 VWF Production Mode showing the Input Ranges Dialog
Input distributions
As RSMs are loaded into TonyPlot, a default distribution is assigned to each one. This
distribution represents the statistical “spread” of values that would be obtained for this input
parameter in an experimental situation. Using this data, TonyPlot can simulate real-life input
values by sampling data with the given distribution parameters.
The default distribution given to each input is Gaussian with a mean value halfway between
the minimum and maximum value of that input. The standard deviation will be 10% of the
mean.
To alter the distributions for any input, use the Input Distribution dialog box (Figure 2-53).
Figure 2-53 VWF Production Mode showing the Input Distributions Dialog
SPC limits
Each output parameter used in Production mode has a set of Statistical Process Control (SPC)
parameters, which can be used to monitor the value of some measured value. There are five
SPC limits:
• upper spec limits (maximum values permitted)
• lower spec limits (minimum values permitted)
• upper and lower control limits (ideal maximum)
• lower control limits (ideal minimum)
• center limit (ideal value)
These limits are abbreviated to USL, LSL, UCL, LCL, and CL respectively. Values for each
of these are sometimes passed to TonyPlot through the RSM data. If not, or if they need to be
modified, the SPC Limits dialog box can be used to add or modify SPC Limit values for any
output. To display these values, select ProductionSPC Limits and the SPC Limits Dialog
will appear (Figure 2-54).
Figure 2-54 VWF Production Mode showing the SPC Limits Dialog
Experimental Results
Each output parameter modeled by an RSM has an associated experimental value that was
measured when the process input parameters used in the model were set to their nominal
values. If no experimental value is given for an output, or one needs to be changed, select
ProductionExperimental Results and the Experimental Results will appear (Figure 2-55).
Figure 2-55 VWF Production Mode showing the Experimental Results Dialog
Optimizer Setup
The Synthesis mode of the Production dialog box provides two synthesis methods. One
method is the Levenberg-Marquardt optimizer, and the other method is Adaptive Simulated
Annealing (ASA). The parameters for the Levenberg-Marquardt optimizer can be changed in
the Optimizer Setup dialog box (Figure 2-56).
ASA Setup
The Synthesis mode of the Production dialog box provides two synthesis methods. One
method is the Levenberg-Marquardt optimizer, and the other method is Adaptive Simulated
Annealing (ASA). The parameters for Adaptive Simulated Annealing (ASA) can be changed
in the ASA Setup dialog box (Figure 2-57).
About
This shows a dialog box notice displaying the version number of the program and its
component libraries.
Note: All selected plots of the same type are zoomed in by the same relative coordinate of the zoom rectangle.
When you zoom at least one plot, the Zoom Panner will appear (Figure 2-60). The panner
consists of nine buttons: eight directional and a central Zoom Out button. Press the
directional buttons to pan around the plot at the same zoom scale. Press the central diamond
to zoom out, and restore the plots to their original sizes.
Note: You can also perform zooming by specifying the exact coordinates of a zoom rectangle. To do this, use the
Zoom dialog box by choosing PlotSet Zoom....
• The contents of “set files” are lines of command stream syntax. Set files are therefore
good examples of command stream syntax. Also, set files can be constructed "offline"
using command stream syntax.
• When starting Tonyplot from the command shell in UNIX, Tonyplot must be the current
foreground process for the command stream to start. If Tonyplot is not the foreground
process, it “stops” until you make it the foreground process. This does not apply to
loading set files.
To finish a command stream, type "quit" and press the Enter button.
Help
TPCS has a built-in help system. Enter help at the TPCS prompt to get started. Entering
help <word>, where <word> is a topic name (enclosed in quotes) gives a list of commands
associated with that topic. For example:
TPCS> help "contours"
shows a list of all commands that have something to do with contours.
Finishing TPCS
To end a TPCS session, enter quit and hit the <Enter> key on your keyboard.
TPCS Supported Statements
The following statements are supported in TPCS.
draw <int>
draw all
draw auto
load <string>
load <string>
load <string> overlay
select <int>
select all
select none
delete
duplicate
show mesh on|off
show edges on|off
show materials on|off
show contours on|off
show vectors on|off
show light on|off
show junctions on|off
show electrodes on|off
show threed on|off
threed apply
cutline from <expr>, <expr> to <expr>, <expr>
light materials all
light materials <int>
light materials <string> <int>
light style <int>
light function <int>
light color <int>
light maximum <int>
light apply
junctions show none
junctions show junctions
junctions show depletion
junctions contours <expr>
junctions apply
vectors impurity <string>
vectors impurity xaxis <string> yaxis <string>
vectors materials all
vectors materials <int>
vectors materials <string> <int>
vectors maximum <expr>
vectors minimum <expr>
vectors minimum auto
vectors maximum auto
vectors scale <expr>, <expr>
vectors color <int>
vectors apply
xsection impurity none
xsection impurity <string>
xygraph yaxis none
xygraph yaxis <string> log
xygraph yaxis <string> linear
xygraph xaxis <string> log
xygraph xaxis <string> linear
xygraph type <int> convert <int>
xygraph yaxis scale linear
abs (<expr>)
sign (<expr>)
log (<expr>)
exp (<expr>)
log10 (<expr>)
sqrt (<expr>)
sin (<expr>)
cos (<expr>)
tan (<expr>)
asin (<expr>)
acos (<expr>)
atan (<expr>)
hypot (<expr>, <expr>)
mag (<expr>, <expr>)
sinh (<expr>)
cosh (<expr>)
maximum (<expr>, <expr>)
minimum (<expr>, <expr>)
help
help <string>
quit
app_exit
print <string>
comment
• (Lines): Adds lines dates to plots for ionization integrals or Monte Carlo ion
implant.
Some of these features have further control dialog boxes, which can be accessed from the
Define button. The features that have detailed control are: Regions, Contours, Vectors,
Light, Junctions, 3D, and Lines.
Regions
There are a number of ways that TonyPlot can display mesh regions. The Regions dialog box
(Figure 2-62), which is accessed by pressing , and then selecting DefineRegions.
Contours
Contouring is the most commonly used method for visualizing data on two dimensional
meshes. The contouring facilities in TonyPlot provide sufficient control for obtaining any
desired plot. Both contour plots and fringe plots (filled contours) are available with material
naming and range control to limit the plot to a restricted subset of the data. Each plot can have
up to three sets of contours displayed at once. This makes it possible to view more than one
quantity simultaneously, either all filled but in different material regions, or all lines over all
materials or any other combination. Of course, if all three sets are filled sets and all are
plotted over the same materials, only the third set (the last one to be drawn) will be visible. If
lines and filled sets are combined, the filled set should come before the line set.
TonyPlot selects a default quantity whenever possible. This allows contours to be plotted
without the need to use the Contours dialog box (Figure 2-63).
Just select contours from the Mesh Display dialog box, and plot them by clicking on the
Apply button. The Contours dialog box appears if you select contours on the 2D Mesh
dialog box and click on and then selecting DefineContours. The dialog box is
Vectors
Vectors can be plotted for standard (the default) or user-defined vectorial quantities. TonyPlot
automatically detects the standard quantities made of an X component and a Y component.
They are shown in the Quantity pulldown menu. To create a vector made of unrelated X and
Y quantities, select the Custom option.
Vectors are represented on the plot by arrows. The direction of the arrow shows orientation of
the vector. The color or length of the arrow or both shows the magnitude of the vector. The
Vectors dialog box (Figure 2-64) will appear if you choose Vectors on the Mesh 2D display
dialog box.
• Materials: The part of the structure on which vectors are drawn can be limited to regions
of a certain material. If no materials are selected in the list, then it is treated as all being
selected (the default). If you do not plot the vectors in any materials, set the Quantity or
Component X/Y to None.
• Range: The range items on the right hand side of the dialog box control the sizes of the
vector arrows drawn. The longest arrow matches the vector with the greatest magnitude,
and the shortest arrow matches the smallest magnitude. If the smaller length is specified
as zero, then the lengths of the draw arrow are directly proportional to the vector
magnitude.
• Colors: This specifies the color sets for the arrows. These are the same color sets that are
used on the Contours dialog box.
• Functions: This displays the Functions dialog box used to define the two functions you
can select in the Quantity pulldown menu.
Light Rays
If a structure contains light ray information, the Light dialog box can be used to display that
data in a number of ways. Light information consists of a number of Beams, and each beam is
comprised of a series of Rays. A ray is a section of a beam between reflections and
refractions. For example, if a beam originates from outside a structure, enters the structure (is
refracted), travels to the bottom of the structure (gets reflected), and then moves back to the
top of the structure, it consists of three rays. The Light dialog box (Figure 2-65) appears if
you choose Light on the 2D Mesh plot dialog box.
3D
A structure that can be contoured can also be elevated by choosing the 3D option and defining
some parameters in this dialog box.
Lines
You can overlay lines onto a 2D plot using the Lines dialog box (Figure 2-68). This is used to
show static field lines on ion implant tracks.
• Drawing Style: If you select , TonyPlot will simply draw lines using the range of
colors selected in the Line/Contour Colors drop down menu. If you select ,
TonyPlot will draw pseudo contours between the lines. If you select while the
paint brush button is selected, TonyPlot will draw lines and contours.
Cartesian Graphs
Scales
Since only one quantity can be plotted on the x-axis, there is an item to select a linear or log
(base 10) x-axis. Choose the one desired. For the y-axis, more than one quantity can be
plotted. If all of them are to be on a linear scale, choose Linear for the y1 scale. Choose Log
if they are all to be log. Choose Use Mixed Y Axes if both linear and log quantities are to be
plotted on the y-axis.
X Quantity
One quantity can be chosen for plotting on the x-axis. All quantities available in all selected
plots appear in this list. If one of the plots does not have data for the chosen quantity, nothing
is drawn.
Y Quantities
Any number of quantities can be chosen for plotting on the y-axis. All quantities available in
all selected plots appear in two lists. The Y1 Scale controls whether the Y Quantities 1 list is
linear or log. The Y2 Scale similarly controls the Y Quantities 2 list. The Y Quantities 2 list
is only available if Use Mixed Y Axes is selected.
A menu attached to each list (accessed by pointing to the list and clicking on the MENU
mouse button) makes list control a little easier. There are options to move selections from one
list to the other, and for rapidly selecting, deselecting and locating choices in the lists.
Group
When Cartesian data is plotted that contains different groups of data sets for the same y
quantity, this item can be used to specify which quantity divides the y value into its distinct
groups. For example, a structure may contain data to show several plots of drain current
against drain voltage for different values of gate voltage. In this case, the x-axis would be set
to “drain voltage”, the y-axis to “drain current” and the Group item to “gate voltage”. The
plot would show one curve of Id vs. Vd for each value of Vg.
Polar Charts
When the graph type is Polar, four subpanels are shown. Each subpanel can be used to
display quantities. In other words, up to four polar curves can be plotted.
Two quantities are used to specify each curve. By default, the quantities real and imaginary
are used when the data is not converted. If the data is to be converted, the quantities R (radius)
and A (angle) are used. The data should only be converted if it appears in (r, theta) form in the
structure. When quantities are present that TonyPlot recognizes as being usually displayed on
polar charts, TonyPlot tries to automatically select an “i” (or “A”) quantity whenever you
choose an “r” (or “R”) quantity.
The real or radius quantity can be logged before plotting, and the angle quantity can be
specified in terms of degrees or radians. Choose the setting which corresponds to the data in
the structure.
There are some options to control the polar chart drawn. The chart can be drawn
proportionally (e.g., concentric circles appear as circles, even if the plot window is not
square) and radial labels can be shown in degrees (radians is the default). The radial lines can
be drawn at various intervals. Choose the interval desired from the item marked Radials.
Smith Charts
When the graph type is Smith, four subpanels are shown. Each subpanel can be used to
display quantities. In other words, up to four Smith curves can be plotted. This is basically the
same as Polar charts described previously.
Two quantities are used to specify each curve. By default, the quantities real and imaginary
are used when the data is not converted. If the data is to be converted, the quantities R and X
are used. The data should only be converted if it appears in R, X form in the structure.
When quantities are present that TonyPlot recognizes displayed on smith charts, TonyPlot
tries to select an “i” (or “X”) quantity whenever you choose an “r” (or “R”) quantity. There
are some options to control the Smith chart drawn. The chart can be drawn proportionally
(e.g., concentric circles appear as circles, even if the plot window is not square), and axis
arms can be drawn in all four Smith quadrants (only the first quadrant is shown by default).
1D RSM Graphs
When you plot RSMs in the 1D mode, you can select any one input for the x- axis, and you
can select any output(s) for the y-axis. All RSMs that contain both the input and output are
plotted.
Show
There are a number of ways to display data on 1D RSM plots. These are selected from the
row of icons near the top of the control panel.
available for the outputs being plotted. activates the Valid X Range marker,
showing the range of the input that is valid for the model used. The drawn range can be
extended in certain cases to values outside the valid range. represents Measured
Points, which are plotted if measured data was passed with the RSM. normalizes
all outputs to a range between 0 and 1, for easier comparison of different models.
activates a Gunsight, which can be used to track x- and y-coordinates along the curve.
• X Quantity: Any input parameter can be chosen for plotting on the x-axis. In addition,
values of this input can plotted on a log scale.
• Y Quantities(s): Any output parameters can be chosen for plotting on the Y axis. There
are two lists: one for outputs to be plotted on a linear axis, and one for a log axis. Any
combination of the two can be used.
2D RSM Contours
In the 2D mode, RSM plots show how outputs vary with respect to two independent input
parameters. You can specify the way to draw contours the same way contours are drawn in
regular 2D Mesh plots from Atlas or Athena.
X and Y Quantities
You must choose two inputs for contour plots: one for the x-axis and one for the y-axis. The
inputs chosen must be different. Each of these can be plotted on a log scale if desired.
Z Quantity
The Z Quantity cannot be chosen (it is always the RSM output parameter that is plotted). But
you can specify a linear or log scale for the Z axis.
Contour Type
Contours can be drawn as lines or filled areas, and filled areas can be outlined. There are a
number of color sets that can be used to create the contours. All these options are controlled
with the items in the lower left corner of the control panel.
Mesh
Next to the icons for controlling the contour types is an icon that draws the “sample mesh” on
top of the contour plot. This mesh shows the points where outputs were calculated to generate
the plot. A triangular mesh is created from these points to draw contours.
Projection
This is not used in the 2D mode. See “3D” on page 102 for an explanation.
Output Range
The range over which contours drawn can be selected as one of two options. The first option
is to use the highest and lowest output values over the sampled input range. This ensures all
contour colors are drawn on the plot. The second option is to use to absolute range of the
model output, which can be a greater range than that plotted.
3D RSM Surfaces
When you choose the 3D mode, TonyPlot draws an RSM as a three dimensional surface with
contours draw according to surface “height”. Control over the display of these plots is the
same as described above for 2D plots, except that projection may also be specified.
Projection allows you to choose either parallel or perspective projections when the 3D
surface is displayed.
Note: These 3D plots can be rotated and scaled (but not zoomed). See Section 2.3 Plot Control for details on 3D
rotation and scaling.
Histograms
X Axis
You can plot one or more quantities on a histogram plot. Choose the quantities desired from
the scrolling list to the right.
Stack
When you plot more than one quantity, the stack item selects the method used for showing
each one on the same axis. You can stack the bars for each quantity vertically on top of each
other or horizontally next to each other.
Fit
This item allows you to plot a best-guess distribution curve over the data. TonyPlot uses the
range, mean and standard deviation of the data to generate a distribution curve of the chosen
type.
Show
The icons along the bottom control what items can be draws on a histogram plot.
• (Solid Bars) draws a standard bar chart. This is the default option.
• (Cumulative Curve) shows the total number of data points over the X axis range.
• (SPC Limits) are drawn when RSM output quantities are plotted on the
histogram. See Section 5.2.9 SPC Limits for information about SPC limits.
Pie Charts
Controlling of pie charts is simple. Just select the quantities to be displayed from the list, and
a pie will be drawn for each of them. To remove a slice from each pie, enter the number of the
slice into the text field labeled Remove Slice. A value of zero means “remove no slice”.
Scatter Plot
Scatter plots show distributions of data in an x-y graph. By selecting various parameters for
the X and Y axes, you can see the correlation of parameters graphically.
X Axis
Choose one quantity to be plotted along the X axis.
Y Axis
Choose one or more quantities to be plotted along the Y axis.
Box Plot
Box plots are used to examine the overall structure of the data. Use the list to select the
quantities to be plotted, and a box will be drawn for each one. You can display the boxes
horizontally or vertically. When they displayed horizontally, you can add a jitter plot. A jitter
plot shows the distribution of all the data points for each box.
Sunray Plot
Sunray plots show data values distributed around a central point with the distance of each
point from the center proportional to the data value. This yields a star or hedgehog-like plot
(see Figure 2-73).
Select the quantities to be plotted from the scrolling list, and a sunray plot will be drawn for
each one. The icons along the bottom control how to draw the sunray plots. These are
circumference lines, radial lines, and an bounding circle whose radius is the maximum data
value.
Each column in the file represents data values for a certain quantity. If no titles are given,
these quantities assume default names User data 01 for the first column, User data 02
for the second, and so on. The titles allow you to add more meaningful names.
3.1.4 Examples
The following are examples of some user data files and descriptions of each. These can be
entered into a text file and tested with TonyPlot, if needed.
Equation
This simple example plots a section of a curve of the equation y=sin(x). This type of file is
the simplest.
y = sin (x)
10 2
0.1 0.09983
0.2 0.19867
0.3 0.29552
0.4 0.38942
0.5 0.47943
0.6 0.56464
0.7 0.64422
0.8 0.71736
0.9 0.78333
1.0 0.84147
Transistor
This example contains information about an NMOS transistor. This example shows how
columns are named.
1.0 um NMOS Id/Vg
10 2 2
gate bias (V)
drain current (A)
0.0 1.0E-14
0.1 1.0E-13
0.2 1.0E-12
0.3 1.0E-11
0.4 1.0E-10
0.5 1.0E-09
0.6 1.0E-08
0.7 1.0E-07
0.8 5.0E-07
0.9 8.0E-07
1.0 8.9E-07
Display
User data files are treated in the same way as normal XY Graph plots in TONYPLOT. This
display dialog box for these plots is exactly the same as the Graph display dialog box. In fact,
once loaded into TonyPlot, there is no difference between these two type of data at all.
3.2.1 Creating
To create a set file, choose FileSave Set Files. Move to the directory where the set file is to
be created, and enter the name of the desired file into the field marked File name. If the file
already exists, select it from the scrolling list (use the Filter to screen out undesired files from
the list). When you click on the Save button, the set file will be created. Confirmation is
required if the file is overwritten.
3.2.2 Loading
To load a previously created set file, locate the file by select the FileOpen Set Files. Then,
click on the Open button and the view will update. You can also load set files from the
command line with the -set option. If an error occurs when loading the file, a warning
notice appears.
When a set file is created while there are multiple plots in the view, it is important that the
same plots are present when the set file is loaded, since a set file cannot store information
about duplicated or deleted plots. For example, suppose TonyPlot is started with the name of
one data file:
% tonyplot diode.str
When the plot appears, you can show contours in one window and the mesh in another. The
plot is duplicated to allow this, and the appropriate display parameters is applied to each plot.
A set file is then saved called (for example) setup.set. You then quit from TonyPlot.
At a later date, if the same view is to be created automatically, you must enter:
% tonyplot diode.str diode.str -set setup.set
because there were two plots of diode.str when the set file was created. If only one file
name was given, the set file would not be loaded completely.
Similarly when plots are deleted, restart TonyPlot only with the names of files that were being
plotted when the set file was created.
Set files cannot record any actions you performed to create overlay plots, although they can
store setup information about the overlay itself. Therefore, you must recreate the overlay
manually before loading the set file. For example, suppose you start TonyPlot with the
following two data files:
% tonyplot drn.log src.log
and you then overlay these two files. Also, assume you delete the second plot. In other words,
the plot of src.log, leaving a plot of drn.log, and a plot of both data sets overlaid. Then,
save a set file called log.set. To recreate this view in another TonyPlot window, you must
enter:
% tonyplot drn.log drn.log -overlay src.log -set log.set
This also illustrates the point about not including filenames from deleted plots when
restarting.
Note: The deleted src.log plot was not included in the command to restart TonyPlot.
Cross section plots that are generated using the Cutline tool can be created from the original
2D Mesh plot using set files. Therefore, you can save a view with a mesh and a cross section
and recreate it from the mesh alone. For example, suppose you load a mesh file called
pmos.str, creates a cutline cross section, and then saves a set file called cut.set. You can
then recreate the view with:
% tonyplot pmos.str -set cut.set
The set file automatically takes a cutline from the PMOS mesh and display the cross section
plot as it appeared when the set file was created.
4.1 Overviews
One of TonyPlot’s most useful features is the ability to directly compare different sets of
structure data. This not only means loading several output files at once and looking at each
one in the same view, but also overlaying the data sets in the same plot subwindow.
When different files are overlaid, the plot is called an overlay plot, and has some
characteristics not shown by normal plots. Each structure is drawn on a separate level in an
overlay plot, and the levels are transparently stacked upon one another. Each level uses the
same axes and display settings, so that the data can be readily compared. Obviously, each
level must be of the same plot type (2D Mesh, Cross Section or XY Graph).
4.1.7 Cutlines
When the Cutline tool is used on an overlay 2D Mesh plot, a section is taken from each level.
TonyPlot automatically overlays each of these when it creates the new cross section plot.
4.1.8 Preferences
There are some TonyPlot preferences that apply to overlays. These are accessed by choosing
Overlay Options from the Preferences dialog box. Although explained in the “Preferences”
on page 30, they are briefly described here.
• Creating: When creating overlays from existing plots, TonyPlot just creates a new plot.
The old plots still remain in the view. If you choose the Deletes originals, however, the
plots that made up the overlay will be deleted when you create the overlay.
• Level colors: As explained above, each level is identified with its own color. If the same
color is to used for all levels, choose Single for this property.
• No. of levels: As explained previously, the number of levels in a plot is limited. You can
override, however, this limit and have has many levels as required in an overlay. Use this
switch to toggle this limit.
• Display option: Although the default setup is to use different colors for different levels
and different mark symbols for different quantities, this can be reversed by using the
Display option property. Select color/mark or mark/color as desired.
5.1 Overview
TonyPlot provides the graphics to examine and interact with response surface models (RSMs)
in one, two or three dimensions. These RSMs can be examined with a selection of
Production Mode features, such as Failure Analysis, Disposition, and Synthesis. This
section discusses the advanced Production Mode features available.
An RSM consists of a “response parameter”, sometimes called an “output” or simply
“model”, and a number of “input parameters”. The output is calculated form the inputs
according to the RSM definition, which is passed from VWF to TonyPlot.
RSM plots are displayed as either simple XY graphs, where the model is plotted against the
variation of one input, or as 2D or 3D contour plots, where the model is plotted against two
inputs. In all cases, inputs not plotted are held at fixed values, although you can set these fixed
values.
Controlling RSM plots are described Section 2.5.4 RSM Display. See those pages for an
explanation of how to draw RSM graphs, contours and surface plots.
Note: Since plots are updated interactively, it is usually preferable to set the RSM plot density to “low”. This speeds
up the calculations and greatly improves the response time.
This interactive control is available regardless of the current dialog box mode. That is, sliders
can be dragged in any of the production modes, and plots are still updated interactively as
described in Section 5.2.1 Interactive RSM Control.
Result Plot
When you run the failure analysis, a barchart appears (which is a form of the general
TonyPlot Stat plot). The barchart shows the relative probabilities of each input being the
cause of the failed values.
Note: Each input is tested individually. The analysis tries to find the one single input that could cause the specified
failure in all outputs. The highest bars show inputs that are most likely to have caused the failure(s).
TonyPlot also adds a set of labels to the plot. These labels indicate the values of each input
which would have generated the failed value, if that input had been the cause of the failure.
5.2.4 Calibration
The initial condition of the calibration function requires an overlayed display of the measured
and RSM data to be made. At this time, choose which parameters are to be varied to do the
calibration. Your choice is to set the process parameters to be fixed while the model
parameters are allowed to vary.
Setup
To use the calibration tool for VWF, do the following:
1. Generate a Design of Experiments (DOE) employing the “Most Practical and the Most
Important” Process Parameters and the “Most Important” Calibration Parameters. Split
lots can be Orthogonal DOEs or Random DOEs.
2. Run the Simulation Split Lot in Parallel on MP machine.
3. Generate RSM for each Process Parameter.
4. Load the (Calibration Parameters and Processing Parameters) RSMs into TonyPlot.
5. Load in the measured data into the Production Tools. Production Tools will find values of
Calibration Parameters that will best fit the measured data.
6. Save these RSMs for later use with Production Tools Yield Improvement Failure analysis.
7. Update the Calibration Coefficients for future use in future baseline input decks.
5.2.5 Synthesis
In Synthesis mode, TonyPlot tries to find a value for each selected input that produces a
desired set of outputs. Two algorithms are provided to perform this reverse calculation — a
“Levenberg- Marquardt” optimizer and a method known as Adaptive Simulated Annealing.
Setup
Before starting the synthesis calculations, you must set the desired output values. Use the text
field labeled Target Value to enter a desired value for the output currently selected in the list
on the left. Press the Return key to submit this value.
When all target values are entered correctly, select the desired method. There is a choice
between the Levenberg-Marquardt optimizer and Adaptive Simulated Annealing. Select
the method desired.
Select the input sliders that are to be used in the synthesis: not all of them need to be used.
Unselected inputs will be fixed at their current values when the RSM computations use them.
Certain operational parameters specific to each synthesis method can be customized to help
obtain the required results. See Sections 5.2.11 “Optimizer Setup” or 5.2.12 “ASA Setup” for
further details.
Click on the START button to start the synthesis procedure. As the calculations progress, the
latest results achieved will be displayed in the Current value text field. A status message
describes the current state.
To abort the synthesis at any point, click on the STOP button. The procedure is cancelled and
reset.
Results
The inputs sliders changes as the synthesis calculations progress. When the procedure is
successful and complete, the input slider positions shows the values of the inputs needed to
produce the output value(s) that were specified in the list of targets.
Click on the green START button to start the analysis. The number of samples taken is
continuously displayed next to the start and stop buttons. To abort the analysis at any time,
click on the STOP button.
When all samples have been taken, TonyPlot takes a few moments to collate the data it has
obtained, and then a barchart is plotted.
Results
The default result plot that Yield Analysis creates is a barchart showing the distribution of the
output parameter(s). This plot is an instance of a standard Statistics plot, and can be
manipulated further with the normal dialog boxes for Statistics plots.
The plot also contains data for all the input values that were used: these can also be plotted.
Use the Stat plot Display dialog box to select sets of data to be plotted, and the type of plot. It
is possible to draw pie charts, scattergrams, box plots, and other figures, to examine the data.
See Section 2.5.5 Statistics Display for more information.
Control Items
The scrolling list on the SPC Limits dialog box shows all output parameters and the USL,
UCL, CL, LCL, and LSL values for each one. Underneath the list are five text fields where
these values can be changed. Use the scrolling list to select the output that is to be modified,
and enter new SPC values into text fields provided. Press the Update button in each text field
to submit changes to the list.
If an output parameter has no defined SPC limits, use the word None to indicate missing
values. To remove defined values, enter the word None into the text field and click on the
Return key. When you made all desired changes, click on the Apply button to store the new
values. Values in the list are not stored until the Apply button is clicked.
Uses
SPC Limits are used to monitor measured output values to ensure that these values stay
within predefined boundaries and generate some warning when the boundaries are crossed.
Outputs generated by RSMs in TonyPlot can be compared to SPC Limits in a similar way. As
long as these values are defined, the control lines can be added to any 1D RSM plot. See
Section 2.5.4 RSM Display for details on how to add these SPC limits to a plot.
Uses
A measured result for an output parameter allows TonyPlot to make a simple error correction
to a model of that parameter. The value shown as the “error delta” is added to values obtained
from a model to “shift” the response curve to a more accurate position. The nominal case is
used for this calibration (i.e., when all inputs are at their nominal vales), and the result applied
for all modeled values.
A.1.1 Syntax
<string>: This refers to an alphanumeric string. <string> must be enclosed in quotes. For
example
"/home/john/work"
<expr>: A precision floating number for an mathematical expression. For example,
8.9426436430.
<integer>: A negative or positive whole number, or zero. For example, 8.
Commands that have an on|off option can be either one or the other. For example
show junctions on|show junctions off
A.1.2 Commands
print <string>: Prints the current plots to a postscript file specified by <string>.
save <integer1> <string> <integer2>: Saves the plot with index of <integer1> to
the file name specified in <string>. <integer2> specifies the file format to use the
following:
• 0 = BMP
• 1 = JPEG
• 2 = PBM
• 3 = PGM
• 4 = PNG
• 5 = PPM
• 6 = XBM
• 7 = XPM
draw <integer>: Draws the plot with the index of <integer>.
draw all: Draws all plots.
draw auto: Switches auto-redraw on or off.
load <string>: Loads the file specified by <string>.
load <string> replace: Loads a file specified by <string>, replacing the currently
selected plot.
load <string> overlay: Overlays the file specified by <string> onto the first selected
plot.
select <integer>: Selects the plot with the index of <integer>.
select all: Selects all plots.
select none: De-selects all plots.
contours <integer1> color <integer2>: Sets the color set given by <integer2> for
the contours set given by <integer1>. <integer2> can be the following:
• 0 = Rainbow 30
• 1 = Rainbow 10
• 2 = Temperature
• 3 = Reds
• 4 = Greens
• 5 = Blues
• 6 = Gray Scale
• 7 = Level Colors
• 8 = Level Fixed
contours <integer> max auto: Turns on the auto maximum for the contour set given by
<integer>.
contours <integer> max <expr>: Changes the maximum for the contour set given by
<integer> to that specified by <expr>.
contours <integer> min auto: Turns on the auto minimum for the contour set given by
<integer>.
contours <integer> min <expr>: Changes the minimum for the contour set given by
<integer> to that specified by <expr>.
contours <integer1> nsteps <integer2>: Changes the number of steps in the contour
set given by <integer1> to that specified by <integer2>.
contours <integer> increment <expr>: Changes the step increment in the contour set
given by <integer> to that specified by <expr>.
contours <integer> materials all: Initializes the materials in the contour set given by
<integer>.
contours <integer1> materials <integer2>: Allocates space for <integer2>
materials in the contour set given by <integer1>.
contours <integer1> materials <string> <integer2>: Changes the material given
by index <integer2> to that given by <string> in the contour set given by <integer1>.
contours <integer> apply: Applies all settings to the contour set given by <integer>.
threed impurity <string>: Sets the impurity given by <string> to the 3D elevation.
threed show edges on|off: Switches edges on or off for the 3D elevation.
threed show xaxis grid on|off: Switches the X axis grid on or off for the 3D elevation.
threed show yaxis grid on|off: Switches the Y axis grid on or off for the 3D elevation.
threed show xscale on|off: Switches the X scale on or off for the 3D elevation.
threed show yscale on|off: Switches the Y scale on or off for the 3D elevation.
threed show zscale on|off: Switches the Z scale on or off for the 3D elevation.
threed show mesh on|off: Switches the surface mesh on or off for the 3D elevation.
threed show grid on|off: Switches the base grid on or off for the 3D elevation.
threed apply: Applies all settings to the 3D elevation.
vectors minimum <expr>: Changes the minimum limit of banding to <expr> for the
vector display.
vectors maximum auto: Automatically set the maximum limit of banding for the vector
display.
vectors minimum auto: Automatically set the minimum limit of banding for the vector
display.
vectors scale <expr1>, <expr2>: Sets the manual range clip from a minimum of
<expr1> to a maximum of <expr2> for the vector display
vectors color <integer>: Changes the vector display color set to <integer>.
<integer> can be the following
• 0 = Rainbow 30
• 1 = Rainbow 10
• 2 = Temperature
• 3 = Reds
• 4 = Greens
• 5 = Blues
• 6 = Gray Scale
• 7 = Level Colors
• 8 = Level Fixed
vectors apply: Applies current vector settings.
xsection impurity none: Turns on the xsection impurities off.
xsection impurity <string>: Adds the impurity given by <string> to all selected
xsection plots.
xygraph yaxis none: Removes all data from the Y axis.
xygraph yaxis <string> log: Shows the parameter given by <string> on the Y axis in
log format.
xygraph yaxis <string1> log <string2>: Shows the parameter given by <string1>
on the Y axis in log format. <string2> specifies which side the parameter should use:
"left" or "right".
xygraph yaxis <string> linear: Shows the parameter given by <string> on the Y axis
in linear format.
xygraph yaxis <string1> linear <string2>: Shows the parameter given by
<string1> on the Y axis in linear format. <string2> specifies which side the parameter
should use: "left" or "right".
xygraph xaxis <string> log: Shows the parameter given by <string> on the X axis in
log format.
xygraph xaxis <string> linear: Shows the parameter given by <string> on the X axis
in linear format.
xygraph type <integer1> convert <integer2>: Selects type of graph and conversion
flag. The graph type is specified by <integer1> and can be 0 = Cartesian, 1 = Polar, and 2
= Smith. The conversion flag is given by <integer2> and can be either 0 = off or 1 = on. A
value of 1 will tell TonyPlot to transform the coordinates before plotting them.
xygraph yaxis scale linear: Changes the Y axis scale to linear type.
xygraph yaxis scale log: Changes the Y axis scale to log type.
xygraph yaxis scale all: Changes the Y axis to use both sides.
xygraph polar <integer> <string1>, <string2>: Changes the real quantity to
<string1> and the imaginary quantity to <string2> at the index of <integer>. If the
conversion flag is set, <string1> is the radius quantity and <string2> is the angle quantity.
xygraph polar show <integer1> angle <integer2>: <integer1> specifies the
following options selected.
• 0 = Not proportional and using radians for angle measurement.
• 1 = Uses proportional drawing for the plot.
• 2 = Uses degrees instead of radians.
• 3 = Uses proportional drawing and uses degrees instead of radians.
<integer2> specifies how often radial lines are drawn. The options are 15, 30, 45, and 90.
xygraph smith <integer> <string1>, <string2>: Changes the real quantity to
<string1> and the imaginary quantity to <string2> at the index of <integer>. If the
conversion flag is set, <string1> is the R quantity and <string2> is the X quantity.
xygraph smith show <integer> angle <expr1>, <expr2>: <integer> specifies the
following options selected:
• 0 = Not proportional and axis arms in first quadrant only.
• 1 = Uses proportional drawing.
• 2 = Draws axis arms in all 4 quadrants.
• 3 = Uses proportional drawing and draw axis arms in all 4 quadrants.
<expr1> is the angle start of the innermost concentric ring. This defaults to 4.0.
<expr2> is the angle step between concentric rings. This defaults to 0.5.
xygraph group <string>: When Cartesian data is plotted that contains different groups of
data sets for the same Y quantity, the quantity specifed by <string> can be used to specify
which quantity divides the Y value into its distinct groups.
rsm style <integer>: Sets the current RSM mode. 0 = 1D, 1 = 2D, and 2 = 3D.
rsm increment <integer>: Sets the RSM points density. 0 = low density, 1 = medium
density, 2 = high density, and 3 = super density.
rsm xaxis linear <string>: Sets the X axis scale to linear mode and the quantity to
<string>.
rsm xaxis log <string>: Sets the X axis scale to log mode and the quantity to <string>.
rsm yaxis none: Turns off all quantities for the Y axis.
rsm yaxis linear <string>: Adds the quantity given by <string> to the linear Y axis.
rsm yaxis log <string>: Adds the quantity given by <string> to the log Y axis.
rsm contours type lines: Changes the RSM contouring type to use line mode.
rsm contours type fill: Changes the RSM contouring type to use fill mode.
rsm contours outline on|off: Switches RSM outlining on or off.
range yaxis <expr1>, <expr2> increment <expr3>, <expr4>: Sets the range for the
Y axis. <expr1> contains the minimum, <expr2> contains the maximum, <expr3> contains
the division, and <expr4> contains the number of checks.
range yaxis <expr1>, <expr2> increment <expr3>: Sets the range for the Y axis.
<expr1> contains the minimum, <expr2> contains the maximum, and <expr3> contains the
division.
range yaxis auto: Automatically sets the minimum, maximum, division, and check
spacing for the Y axis.
label xaxis <string>: Sets the X axis label to <string>.
label yaxis <string>: Sets the Y axis label to <string>.
zoom from <expr1>, <expr2> scale <expr3>, <expr4>: Sets the zoom of the
currently selected plot. <expr1> and <expr2> contain the X and Y coordinates of the origin.
<expr3> contains the scale in the X direction, and <expr4> contains the scale in the Y
direction.
zoom out: Zooms out the currently selected plots.
zoom previous: Sets the zoom to the previously selected amount.
label <string> from <expr1>, <expr2> color <integer1> scale <integer2>:
Places a label with the text <string> on the first selected plot, at the X coordinate of <expr1>
and the Y coordinate of <expr2>. <integer1> specifies the color to use, and can be in the
range of 0 to 89. <integer2> specifies the size of the label.
label <string> from <expr1>, <expr2> color <integer1> scale <integer2>
to <expr3>, <expr4>: Places a label with the text <string> on the first selected plot, at
the X coordinate of <expr1> and the Y coordinate of <expr2>. <integer1> specifies the
color to use, and can be in the range of 0 to 89. <integer2> specifies the size of the label.
Additionally, a line is drawn from the X/Y coordinates of <expr1>/<expr2> to <expr3>/
<expr4>.
label <string> auto scale <integer>: Automatically places a label with text
<string> on the first selected plot. <integer> contains the size of the label.
label <integer1> at <integer2> <integer3>: Changes the alignment of the label
with an index of <integer1>. Two alignments are given, <integer2> and <integer3>, but
only one is actually used. <integer2> can have the following values:
• 0 = Left Base
• 1 = Left Half
• 2 = Left Top
• 3 = Right Base
• 4 = Right Half
• 5 = Right Top
• 6 = Center Base
• 7 = Center Half
• 8 = Center Top
label <integer1> angle <integer2>: Changes the text direction of the label with an
index of <integer1>. The possible values are 0 = Right, 1 = Up, and 2 = Down.
label overlay <integer> <string>: Sets the level name of an overlay. <integer>
specifies the level number, and <string> specifies the text of the label.
key electrical at <integer>: Sets the position of the electrical key. The possible values
for <integer> are
• 0 = No corner
• 1 = Top Left
• 2 = Middle Left
• 3 = Bottom Left
• 4 = Bottom Right
• 5 = Middle Right
• 6 = Top Right
• 7 = Any Corner
key electrical at user <expr1>, <expr2>: Places an electrical key at the user
defined X/Y position of <expr1>/<expr2>.
key contours <integer1> at <integer2>: Places a contours key using the contour set
defined by <integer1> (1, 2 or 3) at the position defined by <integer2>. The possible
values for <integer2> are:
• 0 = No corner
• 1 = Top Left
• 2 = Middle Left
• 3 = Bottom Left
• 4 = Bottom Right
• 5 = Middle Right
• 6 = Top Right
• 7 = Any Corner
key contours <integer> at user <expr1>, <expr2>: Places a contours key using the
contour set defined by <integer> (1, 2 or 3) at the user defined X/Y position of <expr1>/
<expr2>.
key regions at <integer>: Sets the position of the regions key. The possible values for
<integer> are
• 0 = No corner
• 1 = Top Left
• 2 = Middle Left
• 3 = Bottom Left
• 4 = Bottom Right
• 5 = Middle Right
• 6 = Top Right
• 7 = Any Corner
key regions at user <expr1>, <expr2>: Places a regions key at the user defined X/Y
position of <expr1>/<expr2>.
key vectors at <integer>: Sets the position of the vectors key. The possible values for
<integer> are
• 0 = No corner
• 1 = Top Left
• 2 = Middle Left
• 3 = Bottom Left
• 4 = Bottom Right
• 5 = Middle Right
• 6 = Top Right
• 7 = Any Corner
key vectors at user <expr1>, <expr2>: Places a vectors key at the user defined X/Y
position of <expr1>/<expr2>.
key overlay at <integer>: Sets the position of the overlay key. The possible values for
<integer> are
• 0 = No corner
• 1 = Top Left
• 2 = Middle Left
• 3 = Bottom Left
• 4 = Bottom Right
• 5 = Middle Right
• 6 = Top Right
• 7 = Any Corner
key overlay at user <expr1>, <expr2>: Places an overlay key at the user defined X/Y
position of <expr1>/<expr2>.
key opaque <integer>: Sets whether the key is opaque or not. A value of 1 means opaque,
and a value of 0 means not opaque.
key apply: Applies all current key settings.
color window <integer>: Sets the Window color to <integer>. <integer> can be in the
range of 0 to 89.
color background <integer>: Sets the Background color to <integer>. <integer> can
be in the range of 0 to 89.
color foreground <integer>: Sets the Foreground color to <integer>. <integer> can
be in the range of 0 to 89.
color dark border <integer>: Sets the Dark Border color to <integer>. <integer>
can be in the range of 0 to 89.
color light border <integer>: Sets the Light Border color to <integer>. <integer>
can be in the range of 0 to 89.
color zoom <integer>: Sets the Zoom color to <integer>. <integer> can be in the
range of 0 to 89.
color grid <integer>: Sets the Grid color to <integer>. <integer> can be in the range
of 0 to 89.
color mesh <integer>: Sets the Mesh color to <integer>. <integer> can be in the
range of 0 to 89.
color edges <integer>: Sets the Edges color to <integer>. <integer> can be in the
range of 0 to 89.
color cutline <integer>: Sets the Cutline color to <integer>. <integer> can be in the
range of 0 to 89.
color junctions <integer>: Sets the Junctions color to <integer>. <integer> can be
in the range of 0 to 89.
color electrodes <integer>: Sets the Electrodes color to <integer>. <integer> can
be in the range of 0 to 89.
color outline <integer>: Sets the Outline color to <integer>. <integer> can be in the
range of 0 to 89.
log label <integer>: Changes how log numbers are displayed. The possible values for
<integer> are
• 0 = Do nothing
• 1 = Use 10^ notation
• 2 = Use 1e notation
mark frequency <integer>: Changes the frequency of the marks drawn on a curve.
<integer> contains the frequency value.
mark overlay <integer>: Changes the overlay display options. <integer> can be 0 =
Mark/Color and 1 = Color/Mark.
graph width <integer1> <integer2>: Sets the line width for the specified object.
<integer1> contains the object type, and can be 0 = Edges, 1 = Arrows, 2 = Junctions, 3 =
Cutlines, 4 = Graphs, 5 = Masklines, 6 = Victory Process Boxes, 7 = Victory Process
Resolution Boxes. <integer2> contains the desired width for the line
sequence size <integer>: Sets the size of sequence marks. <integer> contains the size.
sequence width <integer>: Sets the width of sequence marks. <integer> contains the
width.
log zero <expr>: Sets the desired value for the log of zero. <expr> contains the value.
sequence mark <integer1> <integer2>: Sets the value of a specific sequence mark.
<integer1> specifies which sequence mark to change, and can be a value of 0 to 5.
<integer2> specifies the value and can be the following:
• 0 = Cross
• 1 = Circle
• 2 = Plus
• 3 = Triangle
• 4 = Square
• 5 = Star
help <string>: Returns help on the subject given by <string>.
quit: Exits from the Tonyplot Command Stream.
B.1 Introduction
Models and Algorithms used by one dimensional (1D) electrical solvers in DeckBuild and
TonyPlot.
Note: This appendix is intended to serve as a quick reference only. A detailed description of the semiconductor
device physical models is provided in the Atlas User’s Manual.
div = q p – n + N D – N A – F
+ –
B-1
where is the potential, is the dielectrical permittivity, n and p are the electron and hole
concentrations, and p F is the fixed charge.
1
--- divJ n – U n = 0 B-2
q
1
--- divJ p – U p = 0 B-3
q
where:
J n = q n E n n + qD n n B-4
J p = q p E p p + qD p p B-5
D n = kT
------ n, D p = kT
------ p B-6
q q
D n
n = nmin + --------------------------------------------
- B-7
1+N totalN nref
D p
p = pmin + ---------------------------------------------
- B-8
+N total N pref
where:
Y – 0.57
nmin = 88 --------- B-9
300
Y – 0.57
nmin = 54.3 --------- B-10
300
Y – 2.33
n = 1252 --------- B-11
300
Y – 2.33
p = 407 --------- B-12
300
17 Y 2.456
N nref = 1.432 10 --------- B-13
300
17 Y 2.456
N pref = 2.67 10 --------- B-14
300
nD
n = ------------------------------------------------- B-15
–5
1 + 1.54 10 E
pD
p = ------------------------------------------------- B-16
–5
1 + 5.35 10 E
xleft and xright are determined by the p-n junction locations and the semiconductor material
boundaries.
O corresponds to the oxide-silicon interface and xinv is the boundary of the inversion layer.
Threshold voltage will be determined using the g(Vg) curve as an intersection with the Vg
axis of the straight line drawn through two points on the g(Vg) curve, corresponding to the
maximum slope region shown below.
BN BETAN
n = AN exp – -------- B-19
E
BP BETAP
p = AP exp – ------- B-20
E
where:
AN = AN1 if E < EGRANAN = AN2 if E > EGRAN
AP = AP1 if E < EGRANAP = AP2 if E > EGRAN
BN = BN1 if E < EGRANBN = BN2 if E > EGRAN
BP = BP1 if E < EGRANBP = BP2 if E > EGRAN
The values of the parameters ANI, AN2, AP1, AP2, BN1, BN2, BP1, BP2, BETAN, BETAP, EGRAN
are user-definable (through the extract command or pop-up menu). Their default values are:
AN1=7.03e5 cm-1
AN2=7.03e5 cm-1
BN1=1.231e6 V/cm
BN2=1.231e6 V/cm
AP1=6.71e5 cm-1
AP2=1.582e6 cm-1
BP1=1.693e6 V/cm
BP2=2.036e6 V/cm
BETAN=1.0 (unitless)
BETAP=1.0 (unitless)
EGRAN=4e5 V/cm
<alpha>
<beta>
<gamma>
<delta>
<epsilon>
<zeta>
<eta>
<theta>
<iota>
<kappa>
<lambda>
<mu>
<nu>
<xi>
ο <omicron>
<pi>
<rho>
<sigma>
<tau>
<upsilon>
<phi>
<chi>
<psi>
<omega>
å <angstrom>
A <Alpha>
B <Beta>
<Gamma>
Δ <Delta>
E <Epsilon>
Z <Zeta>
H <Eta>
<Theta>
I <Iota>
K <Kappa>
<Lambda>
M <Mu>
N <Nu>
<Xi>
O <Omicron>
<Pi>
P <Rho>
<Sigma>
T <Tau>
Y <Upsilon>
<Phi>
X <Chi>
<Psi>
<Omega>
Å <Angstrom>
¬ <not>
± <plusmn>
· <middot>
→ <rarr>
∀ <forall>
∂ <part>
∃ <exist>
∅ <empty>
∇ <nabla>
∈ <isin>
∉ <notin>
∏ <prod>
∑ <sum>
√ <radic>
∞ <infin>
∧ <and>
∨ <or>
∩ <cap>
∪ <cup>
∫ <int>
≈ <asymp>
≠ <ne>
≡ <equiv>
≤ <le>
≥ <ge>
⊂ <subset>
⊃ <supset>
° <deg>
× <times>
⌊ <lfloor>
⌋ <rfloor>
⌈ <lceil>
⌉ <rceil>
B P
Base Window
Physical Models ............................................................148
Edit Menu .............................................................. 23–48
File Menu .............................................................. 15–22 Plot Control
Help Menu ............................................................ 82–83 3D ................................................................................92
Plot Menu .............................................................. 49–56 Key Commands ...........................................................92
Production Menu ................................................... 72–82 Pointer Zooming ..........................................................84
Tools Menu ........................................................... 57–71 Selecting .....................................................................84
TonyPlot Command Stream ..................................85–91
Breakdown Voltage Calculation ................................... 153
Plot Control in 3D
Rotation .......................................................................92
C Scaling ........................................................................92
Calculation Plot Display
Breakdown Voltage ................................................... 153 2D Mesh ..............................................................95–103
Sheet Resistance ...................................................... 151 Cross Section ....................................................106–107
Threshold Voltage ..................................................... 152 RSM ..................................................................108–109
Concentration Dependent Mobility ............................... 149 Statistics ............................................................111–113
Curve Shifting ................................................................. 29 X-Y Graph .........................................................104–106
F R
Field Dependent Mobility Model ................................... 150 RSM Display .................................................................108
1D Graphs .................................................................109
2D Contours ......................................................109–110
K 3D Surfaces ..............................................................110
Key Legends
Drawing Styles ............................................................ 94 S
Positioning Key Boxes ................................................ 93
Types .......................................................................... 93 Set Files
Creating .....................................................................118
Loading .............................................................118–119
M Syntax .......................................................................119
Mesh ............................................................................... 95 Sheet Resistance Calculation .......................................151
Mesh Plot Display in 2D Shift Curve ......................................................................29
3D ............................................................................. 102 Starting TonyPlot ......................................................12–14
Contours ............................................................... 97–98 Command Line Options ..............................................13
Junction .................................................................... 101 Examples ....................................................................14
Light Rays ......................................................... 100–101
Statistics Display
Lines ......................................................................... 103
Box Plot .....................................................................113
Regions ....................................................................... 96
Histograms ................................................................112
Vectors ................................................................ 99–100
Pie Charts .................................................................112
Scatter Plot ................................................................112
O Sunray Plot ................................................................113
Overlays
Controlling ................................................................. 122 T
Creating .................................................................... 122
Threshold Voltage Calculation ......................................152
Cutlines ..................................................................... 123
Displaying ................................................................. 122 TonyPlot
Identifying Data ......................................................... 123 Base Window ........................................................15–83
Data .............................................................................. 8 X
Help ................................................................... 9, 82–83
Keys ...................................................................... 93–94 X-Y Graph Display ................................................104–106
Overlays ............................................................ 122–123 Cartesian Graphs ......................................................105
Plot Control ........................................................... 84–92 Polar Charts ..............................................................105
Plot Display ......................................................... 95–113 Smith Charts .............................................................106
Production Mode ....................................................... 125
Set Files ............................................................ 118–119
Standard Controls ....................................................... 10
Starting ........................................................................ 12
Terminology .................................................................. 9
User Data Files ................................................. 115–117
TPCS
Commands ........................................................ 136–146
Finishing ...................................................................... 86
Help ............................................................................. 86
Supported Statements .......................................... 86–91
Syntax ......................................................................... 85
U
User Data Files
Creating .................................................................... 115
Examples .......................................................... 116–117
Format ............................................................... 115–116
Loading ..................................................................... 115
V
VWF Production Menu
ASA Setup .................................................................. 82
Calibration ................................................................... 74
Experimental Results .................................................. 80
Failure Analysis ........................................................... 73
Input distributions ........................................................ 78
Input Parameter Ranges ............................................. 77
Interactive ................................................................... 72
Optimizer Setup .......................................................... 81
Production Mode ......................................................... 76
SPC limits ................................................................... 79
Synthesis .................................................................... 75
Yield Analysis .............................................................. 76
VWF Production Mode
ASA Setup ................................................................ 134
Calibration ................................................................. 128
Dialog Box ................................................................. 126
Enabling .................................................................... 125
Experimental Results ................................................ 132
Failure Analysis ......................................................... 127
Input Distributions ..................................................... 131
Input Parameter Ranges ........................................... 130
Input Sliders .............................................................. 127
Interactive RSM Control ............................................ 126
Optimizer Setup ........................................................ 133
Outline ....................................................................... 125
SPC Limits ........................................................ 131–132
Synthesis .................................................................. 129
Yield Analysis .................................................... 129–130