1.1 Overview
1.2 Starting Inspect
1.3 Loading Datasets
1.4 Saving and Printing
Inspect is a versatile tool for efficient viewing of xy plots, such as doping profiles and I–V curves. Inspect extracts parameters, such as junction depth, threshold voltage, and saturation currents, from the respective xy plot. You can manipulate curves interactively or use scripts.
Inspect features a large set of mathematical functions for curve manipulation, such as differentiation, integration, and find the minimum and maximum. The Inspect script language is open to Tcl and, therefore, inherits all the power and flexibility of Tcl.
To generate presentation-ready and multiframe graphics, use Sentaurus Visual (see the Sentaurus Visual module).
To start Inspect, at the command line, type:
> inspect
Inspect takes the current directory as its working directory. With:
> inspect -f <filename>
Inspect can be run with an existing script (see Section 3.3 Scripts and Section 4. Extracting Standard Parameters). This capability is used when launching Inspect in a Sentaurus Workbench project.
When it starts, Inspect displays its main window (see Figure 1).
The main window has several components:
This section explains different aspects of loading datasets.
Before being plotted, a data file must be loaded. The data can be in the .plt format or in a simple columns format. The .plt format files are typically the output of TCAD tools such as Sentaurus Device.
For the simple columns format, Inspect requires the data file starting with a text comment line within double quotation marks, followed by two columns of data, for example:
"This is a comment line." 1 0.1 2 0.5 3 0.9 ...
To continue with this module:
To load a dataset, choose File > Load Datasets, and select one or more of the listed files.
In the following, it is assumed that the file IdVg_lin_des.plt has been chosen.
After a dataset file has been loaded, its name is displayed in the Datasets group box. The middle pane lists the names of the data groups of the selected dataset file, and the bottom pane displays the names of the datasets belonging to the group.
Inspect supports several data-saving and data-exporting options.
An entire Inspect session, including its plots, axes, titles, labels, texts, and legends, can be saved.
To save an entire session:
The session is saved with the extension .sav and can be subsequently restored by choosing File > Restore All when performed interactively, or by executing the following command at the command prompt:
> inspect <filename>.sav
The environment setups of the current Inspect session can be saved in a separate parameter file by choosing File > Save Setup.
The saved setup file can be loaded at a later time by choosing File > Load Setup. The default extension of the file is .par. The content of the file is everything that is in the .sav file except the actual datasets.
In Inspect, the data of the selected curves can be exported in different file formats, including CSV (comma-separated value), TDR, TXT (tab-delimited), XGRAPH, and XMGR.
To export curve data:
These file formats are recognizable and can be later loaded into Inspect.
To write a selected plot in the plot area to either an EPS or a PS file:
To write a selected plot in the plot area to a .png file:
To print a selected plot in the plot area:
main menu | module menu | << previous section | next section >>
Copyright © 2017 Synopsys, Inc. All rights reserved.