The Generic Test Software Library R&S IC-Check is part of the Generic Test Software
Library R&S GTSL. For this reason, the following documentation is to be noted in addition to this software description:
●
Software Description Generic Test Software Library R&S GTSL
The related test hardware is required for performing IC-Check tests. The test hardware
is described in the following documentation:
●
User Manual Test System Versatile Platform R&S CompactTSVP TS-PCA3
●
User Manual Test System Versatile Platform R&S PowerTSVP TS-PWA3
●
User Manual Analog Source and Measurement Module R&S TS-PSAM
●
User Manual Matrix Module B R&S TS-PMB
1.2Explanation of Symbols
Certain text passages in this software description are specially highlighted. The passages marked in this way have the following significance:
Highlights important details to which special attention must be paid and that make your
work easier.
5User Manual 1514.5117.42 ─ 03
R&S®IC-Check
2Software Installation
Software Installation
Generic Test Software Library R&S IC-Check is installed using the installation routine
for the Generic Test Software Library R&S GTSL.
For a detailed description of the installation procedure for the Generic Test Software
Library R&S GTSL please refer to chapter “Software Installation” of the document:
●
Software Description Generic Test Software Library R&S GTSL
6User Manual 1514.5117.42 ─ 03
R&S®IC-Check
3Functional Description
3.1General
Functional Description
General
Figure 3-1: R&S IC-Check Layer Model
Using Generic Test Software Library R&S IC-Check it is possible to prepare and perform tests on pins of ICs or other mounted electronic circuit devices. The individual
R&S IC-Check software components are arranged in layers exactly like R&S GTSL.
The bottom layer (device driver layer) of the R&S IC-Check contains the device drivers
necessary for the test hardware used. The test hardware is accessed using these
device drivers.
The middle layer (library layer) of the R&S IC-Check contains the R&S GTSL IC-Check
library. The R&S IC-Check library provides the functions necessary for performing the
IC-Check tests. In this layer further information is passed to the resource manager
library via the two files PHYSICAL.INI and APPLICATION.INI. The various device
drivers from the lowest level are called from this layer.
The top layer (execution layer) contains the test sequences for performing the ICCheck tests. The test sequences call functions from the R&S IC-Check test library in
the middle layer. The function calls include, e.g.
●
loading ICC programs,
●
running ICC programs,
●
debugging ICC programs and
●
the generation of reports.
The calls for the individual functions from the R&S IC-Check test library can be made
using a sequence editor (e.g. TestStand) or a dedicated C program.
7User Manual 1514.5117.42 ─ 03
R&S®IC-Check
3.2R&S IC-Check Test Library
Functional Description
R&S IC-Check Test Library
The top layer (execution layer) also contains the R&S IC-Check Loader and the R&S
IC-Check User Interface which is opened using a function call from the R&S IC-Check
test library.
For further information on R&S GTSL see "Software Description Generic Test Software
Library R&S GTSL"
R&S IC-Check includes the following parts and programs:
●
R&S IC-Check test library
●
R&S IC-Check Loader
●
R&S IC-Check User interface
The following section provides a short overview of the test functions available in the
R&S IC-Check test library.
The individual test functions and their parameters are described in the online help for
the R&S IC-Check test library. The help files (.HLP) are in the folder ...\GTSL\BIN.
Starting with GTSL 3.30, no GTSL license is required.
3.2.1General
Name of the dynamic link library (.DLL):
Name of the help file (.HLP):
License requiredR&S TS-LBAS and
Supported devices:R&S TS-PMB Matrix Module
The R&S IC-Check test library offers functions for the IC-Check test using the R&S ICCheck software and the R&S TS-PSAM and R&S TS-PMB modules.
Prefix for the IVI driver functions, without
underscore:
R&S TS-PMB : rspmb
R&S TS-PSAM : rspsam
DriverDLLStringMandatory entry
DriverOptionStringMandatory entry
3.2.3Entries in APPLICATION.INI
Section [bench->...]
KeywordValueDescription
ICCDeviceStringMandatory entry
SwitchDevice<i>StringMandatory entry
File name of the driver DLL
R&S TS-PMB : rspmb.dll
R&S TS-PSAM : rspsam.dll
Option string being passed to the device
driver during the Driver_Init function. See
the online help file for the appropriate device
driver.
Refers to the device section of the
R&S TS-PSAM
Refers to a section with switch
devices in PHYSICAL.INI.
<i> stands for a number from
1,2,3,...,n. The numbers must be
assigned in ascending order without gaps.
<i> may be omitted in the case it
is 1.
9User Manual 1514.5117.42 ─ 03
R&S®IC-Check
Functional Description
R&S IC-Check Test Library
KeywordValueDescription
AppChannelTableStringMandatory entry
Refers to a section with defined
channel names in
APPLICATION.INI.
Simulation0 / 1Optional entry
Blocks the simulation of the
entered devices (value = 0).
Enables simulation of the entered
devices (value = 1).
Default = 0
Trace0 / 1Optional entry
Blocks the tracing function of the
library (value = 0).
Enables the tracing function of the
library (value = 1).
Default = 0
ChannelTableCase
Sensitive
Section [io_channel->...]
Contains a list of user-specific channel names which are assigned to the physical
device names and to the physical device channel names. The defined names apply
only to the relevant application. For details about channel name syntax, refer to the
manual "Software Description GTSL", chapter 8.3.4.
KeywordValueDescription
<user-defined name>StringPhysical channel description in
3.2.4Functions
Setup ICCHECK_Setup
Cleanup ICCHECK_Cleanup
Library Version ICCHECK_Lib_Version
Program Control
Load Program ICCHECK_Load_Program
Run Program ICCHECK_Run_Program
Debug Program ICCHECK_Debug_Program
Report Generation
Write Report to File ICCHECK_Write_Report
Load Detailed Report ICCHECK_Load_Detailed_Report
0 / 1Optional entry
The channel names in the channel table are treated case-sensitive (value = 1) or case-insensitive
(value = 0).
the combination
<device name>!<device channel
name>
10User Manual 1514.5117.42 ─ 03
R&S®IC-Check
3.3R&S IC-Check Loader
Functional Description
R&S IC-Check User Interface
Get Detailed Report Entry ICCHECK_Get_Detailed_Report_Entry
Attribute Information
Get Attribute Int ICCHECK_Get_Attribute_Int
Get Attribute Real ICCHECK_Get_Attribute_Real
Get Attribute String ICCHECK_Get_Attribute_String
Using the R&S IC-Check Loader the R&S IC-Check User Interface can be opened
directly.
The operation of the R&S IC-Check Loader is described in Chapter 7.2, "Starting the
R&S IC-Check Loader", on page 30.
3.4R&S IC-Check User Interface
The R&S IC-Check User Interface for configuring and running an ICC program is started either using a function from the R&S IC-Check test library or using the R&S ICCheck Loader.
11User Manual 1514.5117.42 ─ 03
R&S®IC-Check
Functional Description
Hardware for IC-Check Tests
Figure 3-2: R&S IC-Check User Interface
R&S IC-Check User Interface provides functions for configuring test parameters,
adjusting limit values (using the Learning Mode) and running an ICC program.
The individual functions of the R&S IC-Check User Interface are described in Chap-
ter 4, "R&S IC-Check User Interface", on page 13.
3.5Hardware for IC-Check Tests
To be able to perform an IC-Check test using R&S IC-Check the following test hardware must be available:
●
Test System Versatile Platform R&S CompactTSVP TS-PCA3
●
Test System Versatile Platform R&S PowerTSVP TS-PWA3 (alternative expansion)
●
R&S TS-PSAM Source and Measurement Module
●
R&S TS-PMB Matrix Module B
The individual components of test hardware are described in the related user manuals.
12User Manual 1514.5117.42 ─ 03
R&S®IC-Check
4R&S IC-Check User Interface
4.1General
4.2Main Screen
R&S IC-Check User Interface
Main Screen
The Generic Test Software Library R&S IC-Check runs under the Microsoft Windows
operating systems.
To operate the Generic Test Software Library R&S IC-Check basic skills in the usage of
the Microsoft Windows operating systems are required.
Figure 4-1: Main Screen
13User Manual 1514.5117.42 ─ 03
R&S®IC-Check
4.3Menu Structure
R&S IC-Check User Interface
Menu Bar Functions
1Menu barsee section 4.3 and 4.4
2IC Selectionsee section 4.5.1
3PIN Selectionsee section 4.5.2
4REF Listsee section 4.5.3
5PIN measurement resultssee section 4.5.4
6Run IC Testsee section 4.5.8
7Learning Modesee section 4.5.7
8IC measurement result overviewsee section 4.5.5
9PIN settingssee section 4.5.6
Figure 4-2: Menu structure
4.4Menu Bar Functions
4.4.1Main Menu <File>
4.4.1.1Menu <Save Program>
All the changes made to the IC-Check program file currently loaded are saved.
4.4.1.2Menu <Save Program As...>
Here, the IC-Check program file currently loaded can be saved with a different name.
All the changes made to the IC-Check program file currently loaded will also be saved.
14User Manual 1514.5117.42 ─ 03
Loading...
+ 31 hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.