Fast Acquisition for DUT Tuning

L-OTO
L-OTO17
L-OTO48
L-OTO128
F-FTUNE

FlexOTO's Fast Acquisition for DUT Tuning feature reduces the time required to acquire measurement results when performing iterative testing. Using the following techniques, Fast Tuning reduces measurement time while introducing a small reduction in accuracy:

  • Reducing samples acquired per UI
  • Turning off Clock Recovery's Loop Bandwidth Tuning (LBW)
  • Turning off Clock Recovery's Clock Pattern Distortion Compensation

Fast Tuning works with all FlexOTO measurements except TDECQ and Ceq. In iterative testing, your test executive would employ the basic steps shown in this greatly simplified algorithm:

Simplified Fast Tuning Algorithm
FlexotoFastTuning(ON)
RunFlexotoTestPlan()
measurements = GetMeasurementResults()
                
While measurements != target:
    PerformDutAdjustement()
    RunFlexotoTestPlan()
    GetMeasurementResults()

FlexotoFastTuning(OFF)
RunFlexotoTestPlan()
measurements = GetMeasurementResults()
If measurements == pass:
    exit
else
    DoSomething()