The Advantest 93K manual is a dense but logical reference. Don’t read it cover to cover. Instead, – jump to the section that matches your current task. Bookmark the 3–4 tables you always need.
The binary files ( .binl or .bin ) containing the input stimuli and expected outputs used to validate the digital logic of the DUT. 4. Operational Workflow: Writing and Executing a Test
What are you testing (e.g., Digital, RF, High-Power, Mixed-Signal)? Share public link advantest 93k tester manual
Within the SmarTest software, you can go to Help > Help Contents to open the integrated TDC.
: Power on the workstation and mainframe. Run the Daily Check or Focus Calibration to ensure pin accuracy and signal integrity. Loading a Test Program : Load the Level File (.lev) to set voltages and timing. The Advantest 93K manual is a dense but logical reference
To ensure clean execution, minimal test time, and easy manufacturing deployment, implement these strategies derived from standard Advantest programming principles:
The operational guides and community resources outline a standard workflow for running the system, often involving several critical steps, such as the ones shown in the sequence below: Bookmark the 3–4 tables you always need
#include "testmethod.hpp" #include "SharedUserInterface.h" class FunctionalTestWithPMU : public testmethod::TestMethod protected: string mPinList; double mSettleTime; protected: virtual void initialize() // Bind local variables to the SmarTest parameter UI addParameter("pinList", "string", &mPinList); addParameter("settleTime", "double", &mSettleTime); virtual void run() // 1. Initialize the functional burst ON_FIRST_INVOCATION DMM_MAIN_BCAST_ON; // 2. Route PMU to pins and measure current try PRIMARY_PRES_PIN_VEC.clear(); // Execute functional pattern burst FLUSH_AND_WAIT(); // Output results to the datalogger PUT_DATALOG_VALUE("Meas_Current", 1.25, "mA", TM::PASS); catch (Error& err) SET_ERROR_STATUS(err.to_string()); ; REGISTER_TESTMETHOD("FunctionalTestWithPMU", FunctionalTestWithPMU); Use code with caution. SmarTest 8 Java Test Method Template
The core of the documentation is a series of manuals that describe the physical and system-level aspects of the tester. A typical set includes: