What problem does it solve? Engineers maintaining the HT9045 IC Test Handler struggle to trace the Index Arm (Test Head Motor) state machines spread across multiple C++ source files, making it hard to interpret Task case values, debug test flow issues, or understand Front/Rear/32-site test switching. ## Core Features & Use Cases - State Machine Reference: Maps the full DoTestHeadMotor, DoTestY, DoTestYFront, DoTestYRear, and DoTestY_TwoArm32Site state machines with Task variable names and case value meanings. - Call Hierarchy Tracing: Shows the complete calling tree from DoTestHeadMotor down through Destroy IC, AutoSiteMap SuckTest, and IndexEveryTimeCheckEP sub-flows. - Use Case: When a handler stops at an unknown state during production, look up the Task case number (e.g., 121xx torque check or 40200 RTC FullView) to identify which sensor, vacuum, or torque check is blocking the flow. ## Quick Start Ask the AI to explain what the HT9045 Index flow does at a specific Task case number, such as what happens in DoTestHeadMotor case 1500.