可能你来不及了,我用hp给你写一个程序,因为你没有提供Tolerance,只好随意取定义。你自己去参照可以写出其他的:
1欧的电阻当作jump测试:
disconnect all
connect s to "*"
connect i to "*"
jumper 1, re1, ar200m
电阻的测试:
report "R3- 100 ohm Nominal"
end on failure
disconnect all
connect s to "*"
connect i to "*"
connect g to "GND"
connect g to "AGND"
resistor 100 - 100, 5, 5, re3, ar150m, ed, wa10m
电感的测试:
disconnect all
connect s to "*"; a to "*"
connect i to "*"; b to "*"
inductor 100u , 30, 35, fr1024, re1, ar800m, sb, en,sa, wb, ed, wa5m
电容的测试:
disconnect all
connect s to "*"; a to "*"
connect i to "GND"
connect g to "*"
capacitor 47u, 15.00, 15.00, fr1024, re3, wb, ar50.0m, sa, sl, en, nocomp
二极管的测试:
disconnect all
connect s to "*"
connect i to "*"
diode 1000m, 576m, idc10m, co3.1, ar898m
电源测试:
test powered analog
disconnect all
subtest "V_12_VTT"
connect i to nodes "*"
connect l to nodes "GND"
detector dcv, expect 2
measure 1.53, 1.49
end subtest
! End of Test
任何疑问都乐意交流。 |