.NETエンジニア・プログラマ向けの技術情報・業界ニュースをお届けします。

  1. FEnet.NETナビ
  2. .NETコラム
  3. .NET
  4. verigy 93k tester manual
  5. verigy 93k tester manual

Tester Manual — Verigy 93k

Mastering the Verigy 93K tester manual separates a script kiddie from a true ATE engineer. The manual is not merely instructions; it is the architectural truth of a machine that validates the world’s most advanced silicon. Whether you are debugging a floating DUT pin, writing your first test method, or calibrating an aging testhead, the answer is almost always waiting—somewhere—between the yellowed pages (or ancient PDFs) of the Verigy 93K documentation suite.

Action Step for Today:
Log into your 93K tester, navigate to /opt/hp93000/doc/, type find . -name "*timing*", and open every PDF you find. Within one week, you will reduce your debug time by half.


Keywords integrated: Verigy 93K tester manual, SmarTest, TPP architecture, pattern burst, TIL compiler, test methods, V93000 legacy.

Introduction

The Verigy 93K tester is a high-performance, precision instrument used for testing and measuring the electrical characteristics of semiconductor devices, particularly in the field of wafer probing and device testing. The device is widely used in the semiconductor industry for its accuracy, reliability, and flexibility. To ensure optimal performance and accurate measurements, it is essential to understand the operating principles, features, and procedures outlined in the Verigy 93K tester manual. This essay provides an in-depth review of the Verigy 93K tester manual, covering its key components, operating procedures, and applications.

Overview of the Verigy 93K Tester

The Verigy 93K tester is a modular, high-speed testing system designed to measure the electrical characteristics of semiconductor devices, including parametric test, functional test, and reliability test. The system consists of several key components, including the test head, motherboard, and peripherals. The test head is the core component of the system, housing the precision analog and digital measurement circuitry. The motherboard provides the interface between the test head and the device under test (DUT), while the peripherals include the power supplies, precision voltage sources, and measurement units.

Key Features and Specifications

The Verigy 93K tester manual highlights several key features and specifications of the device, including:

Operating Procedures

The Verigy 93K tester manual provides detailed operating procedures for setting up and using the device. These procedures include:

Applications

The Verigy 93K tester is widely used in the semiconductor industry for a variety of applications, including:

Conclusion

In conclusion, the Verigy 93K tester manual provides a comprehensive guide to the operation and use of the Verigy 93K tester. The device is a high-performance, precision instrument used for testing and measuring the electrical characteristics of semiconductor devices. By understanding the key features, operating procedures, and applications outlined in the manual, users can optimize the performance of the device and achieve accurate measurements. The Verigy 93K tester is a valuable tool for the semiconductor industry, and its manual serves as a critical resource for anyone working with the device.

Recommendations

Based on the information provided in the Verigy 93K tester manual, several recommendations can be made:

By following these recommendations and using the Verigy 93K tester manual as a guide, users can get the most out of their device and achieve high-quality results.

Verigy 93K Tester Manual: A Comprehensive Guide

Introduction

The Verigy 93K tester is a high-performance, precision instrument designed for testing and measurement applications in various industries, including aerospace, defense, and electronics. This manual provides a detailed overview of the Verigy 93K tester's features, operations, and maintenance procedures.

Table of Contents

1. Safety Precautions

Before using the Verigy 93K tester, ensure you have read and understood the following safety precautions:

2. System Overview

The Verigy 93K tester is a modular, rack-mounted instrument consisting of the following main components:

3. Hardware Components

The Verigy 93K tester consists of the following hardware components:

4. Operating the Verigy 93K Tester

To operate the Verigy 93K tester:

5. Test Setup and Configuration

To set up a test:

6. Measurement and Test Functions

The Verigy 93K tester provides various measurement and test functions, including: verigy 93k tester manual

7. Data Analysis and Storage

The Verigy 93K tester provides various data analysis and storage features, including:

8. Maintenance and Troubleshooting

To ensure optimal performance, regularly perform the following maintenance tasks:

9. Calibration and Verification

The Verigy 93K tester requires periodic calibration and verification to ensure accuracy and reliability. Follow these steps:

10. Specifications and Technical Data

The Verigy 93K tester has the following specifications and technical data:

Conclusion

The Verigy 93K tester is a high-performance instrument designed for precision measurement and testing applications. This manual provides a comprehensive guide to operating, maintaining, and troubleshooting the tester. By following the procedures outlined in this manual, you can ensure optimal performance and accuracy from your Verigy 93K tester.

Revision History

Warranty Information

The Verigy 93K tester is covered by a limited warranty. For more information, refer to the warranty documentation provided with the instrument.

Contact Information

For technical support, calibration, or repair services, contact:

[Your Company Name] [Address] [Phone Number] [Email Address]

Mastering the Verigy 93000 (V93K) Tester: A Comprehensive Guide

In the world of Automated Test Equipment (ATE), the Verigy 93000 (now Advantest V93K) stands as the industry standard for SOC (System-on-a-Chip) testing. Whether you are a test engineer debugging a new silicon wafer or a production manager optimizing throughput, understanding the "manual" operations and architecture of this platform is essential.

This guide serves as a high-level manual for navigating the V93K ecosystem, covering its architecture, software environment, and best practices for test development. 1. Understanding the V93K Architecture

The V93K is unique because of its per-pin architecture. Unlike older testers that share resources across multiple pins, every pin on a V93K has its own independent timing generator, sequencer, and DC resources.

The Test Head: Houses the "pins" or channels. Depending on your configuration (C-Class, PS1600, or the newer EXA Scale), the density and speed of these pins will vary.

The Workstation: Usually a Linux-based controller running the SmarTest software. This is where you write code and control the hardware.

The Cooling System: High-performance testing generates heat; the V93K typically uses liquid or air-chilled systems to maintain thermal stability. 2. Software Interface: SmarTest 7 vs. SmarTest 8

The "manual" for a V93K is largely a manual for SmarTest. There are two primary versions currently in use:

SmarTest 7: The classic version. It is workbook-based (Excel-like interface) where you define levels, timing, and test suites in distinct sheets.

SmarTest 8: The modern evolution. It is object-oriented and utilizes a more streamlined, C++ based environment. It is designed for massive multi-site testing and faster compilation. 3. Key Operational Steps

To run a test on the V93K, you must navigate several core components: A. The Device Development Tool (DDT)

This is where you define the physical mapping. You tell the tester which "Tester Channel" is connected to which "DUT Pin." B. Levels and Timing Levels: Define the voltage thresholds (VIL, VIH, VOL, VOH).

Timing: Define the "Period" of the test and the "Edges" (when a signal should transition or when the tester should strobe the output to check for a pass/fail). C. The Vector/Pattern Files

The V93K uses .avc (ASCII) or compressed binary formats for patterns. These files contain the 1s and 0s that represent the functional logic of the chip. D. Test Methods

These are the C++ or Java-based scripts that execute the tests. A standard manual procedure involves: Setting the levels. Bursting a pattern. Measuring a DC value (like IDDQ or standby current). Returning a "Pass" or "Fail" to the sequencer. 4. Common Troubleshooting (The "Service Manual" Approach)

When the tester isn't behaving, engineers typically follow these steps:

Diagnostic Run: Use the built-in "Self-Test" to ensure the hardware pin cards are calibrated. Mastering the Verigy 93K tester manual separates a

Contact Check: Ensure the probe card or test socket is making clean contact with the silicon.

Level Shifting: Manually tweak the VDD levels in the software to see if the part begins to pass (indicating a marginality issue). 5. Best Practices for Test Engineers

Modular Coding: Write reusable Test Methods to save time across different projects.

Multi-site Efficiency: Always design your test flow to test as many chips as possible simultaneously (parallel testing) to reduce the Cost of Test (CoT).

Documentation: Keep a rigorous log of change histories in your SmarTest setup—small changes in timing can lead to massive yield "swings." Conclusion

The Verigy 93000 is a powerhouse of precision. While a physical manual would span thousands of pages, mastering the platform comes down to understanding the SmarTest environment and the per-pin hardware logic. As the industry shifts toward SmarTest 8 and EXA Scale hardware, staying updated on these software transitions is the key to a successful career in ATE.

To verify the Verigy V93000 (now Advantest V93K) tester manual or documentation, you must access the official myAdvantest portal

, as most technical manuals are protected and require a service agreement. ADVANTEST CORPORATION How to Access the Official Manuals Log in to myAdvantest : Go to the myAdvantest portal Request Software Center Access : If you don't have it, navigate to Self Services Software Center

. Access usually requires an active service agreement with Advantest. Use SmarTest Help : If you are already on a workstation, you can open the Technical Documentation Center (TDC) directly within SmarTest by selecting Help Contents Dynamic Help

: For specific API verification, highlight the API in the Test Method editor and click Dynamic Help to see relevant info from the TDC. ADVANTEST CORPORATION Key Technical Manuals & Resources System Reference

: Covers startup/shutdown, test head components (CTH/STH), and DUT board design. SmarTest Software Overview

: Essential for understanding test flow generation and the Test Method editor. Hardware Overviews

: Provides details on specific modules like the SMU8 (DC measurement) or AVI64 (analog pins). Direct-Probe™ Evolution

: Documentation on wafer probing and signal integrity at the die level. Utah Nanofab Safety & Connection Essentials Terminal Ratings

: Always check the manual for maximum ratings before making connections to prevent fire or shock. Physical Connections

: Ensure proper connection of "air input" (utility box), power cables for the test head (STH/CTH), and Workstation Ethernet before powering up. hardware pinout for a particular card? V93000 Technical Documentation - Advantest

The Verigy (now ) V93000 (V93K) is a modular, high-speed automated test equipment (ATE) system designed for System-on-a-Chip (SoC) semiconductor testing. Accessing the official manuals requires the Advantest Technical Documentation Center (TDC)

, a standalone help application that provides searchable content, including hardware specs, software guides, and safety ratings. Verigy 93K Hardware Architecture

The system is built on a scalable platform consisting of several key components:

93k Tester 02 Hardware Overview Rev.7.2.2.A.00 | PDF - Scribd

The Verigy 93000 (now the Advantest V93000) manual is no longer a single physical book but a massive digital library integrated into the Technical Documentation Center (TDC).

To access the "complete piece," you must use the Advantest TDC Viewer or the help system built into the SmarTest software. Core Manual Components The documentation is organized into these primary sections:

System Reference: Covers hardware properties, test system components, start-up/shutdown, and device power supply (DPS).

SmarTest Software Guides: Detailed instructions for SmarTest 7 (Eclipse-based) or SmarTest 8, including test flow creation, test method coding in C++, and debugging.

Hardware Specifications: Detailed info on pin scale cards (e.g., PS1600, PS9G) and DC scale instruments like DPS128 or UHC4.

DUT Board Design Guidelines: Critical mechanical and electrical specs for designing loadboards and interface hardware. How to Get the Manuals

Because the full documentation contains proprietary details, it is restricted:

Register at myAdvantest Portal: Access requires an active service agreement with Advantest.

Download the TDC Viewer: For Windows 10/11, you must install the standalone TDC application first, then download the specific documentation packages (e.g., Smart Scale or EXA Scale).

Local Linux Access: On V93000 workstations (RHEL), the viewer is typically pre-installed under the Advantest V93000 menu. External Resources

If you don't have a service agreement, you can find high-level overviews and training slides on third-party sites:

General System Overviews: Educational summaries like this V93000 Hardware Overview are available on Scribd.

Partner Manuals: If using third-party extensions, MultiLane provides detailed system manuals for high-speed I/O testing on the V93K platform. V93000 Technical Documentation - Advantest Keywords integrated: Verigy 93K tester manual, SmarTest, TPP

The Verigy V93000 (V93K) platform stands as a cornerstone in the semiconductor industry, recognized as a highly scalable System-on-Chip (SoC) test platform designed to handle everything from engineering characterization to high-volume manufacturing. Its documentation serves as the essential roadmap for test engineers, detailing a complex architecture built on "test processor-per-pin" technology. 1. Hardware Architecture and Configuration

The V93000 SoC series hardware manual provides a deep dive into its modular structure. Key sections typically cover:

System Classes: The documentation distinguishes between different classes (e.g., A, C, S, and L), which vary in test head size to match specific pin-count and performance requirements.

Core Components: It outlines the water-cooling technology essential for maintaining thermal stability during high-speed tests, the card cage structure, and the pogo block interfaces that connect the tester to the device under test (DUT).

Instrument Modules: Detailed specifications are provided for digital channels (like the Pin Scale 800), Device Power Supplies (DPS), and specialized subsystems like the Wave Scale RF for high-frequency wireless testing. 2. Software and Programming with SmarTest

Central to the manual is the SmarTest software overview, which guides users through the Eclipse-based integrated development environment (IDE).

Test Development: The manual instructs on setting up test flows, defining pin configurations, levels, and timing.

RDI and C++ Coding: Engineers learn to use Rapid Development Instruction (RDI) APIs to write custom C++ test methods for complex digital and DC tests.

Debugging Tools: A significant portion is dedicated to "Shmoo" plots, pin margin tools, and pattern debuggers used to solve fail modes during characterization. V93000|SoC Test Systems|ADVANTEST CORPORATION


Before diving into the manual, you must understand what the 93K is. A typical 93K system comprises:

The Verigy 93K tester manual is organized around these physical blocks. You will find separate volumes for:


In the high-stakes world of semiconductor Automated Test Equipment (ATE), few platforms command as much respect as the Verigy 93K (now historically part of Advantest). For over two decades, the 93K series—originally developed by Verigy (a spin-off from Hewlett-Packard/Agilent)—has been the industry workhorse for testing high-performance SoCs, automotive microcontrollers, RF transceivers, and AI processors.

For test engineers, a deep understanding of the Verigy 93K tester manual is not just a suggestion; it is a career necessity. The manual is not a single document but an ecosystem of technical references, programming guides, and diagnostic scripts. This article serves as your roadmap to mastering the 93K’s documentation, from basic architecture to advanced pattern debugging.


Searching a static PDF is slow. Build a living Verigy 93K tester manual strategy:


If you are writing a test program, you likely need the "Test Method Reference Manual". This manual explains the parameters for functions like Functional Test, Level Check, and DC Measurement.

If

The Verigy (now Advantest) V93000 tester is a highly scalable Automated Test Equipment (ATE) platform used for semiconductor testing, covering everything from simple microcontrollers to complex SoCs, RF, and High-Speed I/O devices.

The primary repository for all manuals and guidance is the Technical Documentation Center (TDC), which is available as a standalone viewer or integrated directly into the SmarTest software. 1. Accessing the Manuals

Official documentation is proprietary and typically requires a service agreement with Advantest to download from their Software Center.

TDC Viewer: A dedicated application (for Windows and Linux) used to navigate the full suite of V93000 documents.

In-Software Help: Within SmarTest, users can access documentation by selecting Help > Help Contents.

Dynamic Help: Highlighting a specific API in the Test Method editor and selecting Help > Dynamic Help will pull up relevant technical information from the TDC. 2. Core Manual Categories

The documentation suite is divided into several functional areas:

Hardware Overview & Maintenance: Covers system infrastructure, including the different test head classes (A, C, S, and L), power supplies, and cooling systems. It includes procedures for docking loadboards and handling the test head.

SmarTest Software Guide: Detailed manuals for the SmarTest environment (v7.x, v8.x). This includes using the Eclipse-based Workcenter, managing Device Directories, and using editors for timing, levels, and test flows.

Instrument Reference: Specific manuals for hardware cards like:

Pin Scale: Digital testing at various speeds (e.g., PS1600, PS9G).

DC/VI Scale: High-precision DC and device power supply (DPS) modules.

Wave Scale: Modules dedicated to RF and mixed-signal applications.

Programming & Test Methods: Documentation on developing C++ test programs using Universal Test Method (UTM) libraries (e.g., dc_tml, ac_tml, scan_tml). 3. Key Technical Concepts in Documentation

93k Tester 02 Hardware Overview Rev.7.2.2.A.00 | PDF - Scribd

The Verigy V93000 (93k) documentation suite, managed by Advantest, consists of modular guides covering SmarTest software (7 or 8), hardware configurations, and DUT board design, accessible through the Technical Documentation Center. Comprehensive manuals and datasheets are available for various test head types and cards, including digital Pin Scale 400 and analog MBAV8 cards. Access Advantest's technical documentation at ADVANTEST CORPORATION V93000 Technical Documentation - Advantest