BURST_PATTERN
L5710 Tester - 指令 - BURST_PATTERN
The BURST_PATTEN instruction is used to test the result of a functional pattern execution, resulting in a pass/fail decision.
*Syntax:
BURST_PATTERN( Pattern_Name, Start_Address, End_Address)
*Arguments :
Pattern Name: any pattern name which had been defined by the user in the test program.
Start_Address: the address which begins to burst.
End_Address: the address which stops burst.
*Comment:
The BURST_PATTERN instruction provides the information required to start a functional test. After starting the pattern, the system waits for completion of the test, by a pass, a fail, an interrupt from the high-speed pattern controller. upon receipt of one of these conditions, the pass/fail decision is performed.
Burst pattern from start_address to end_address, which is given by the user. The Start_Address, End_Address can be used by level or UMA address.
*Example :
DPS FV(DPS1, 2.400V, V2I6);
SET_REF_LEVEL(LOW_VOLTAGE);
WAIT(5.00ms);
BURST_PATTERN(FUN, L1, L2);
→L1, L2 is the label name
SET_REF_LEVEL(INIT);
DPS_FV(DPS1, 0.000mV, V2I6);
...
...
BURST_PATTERN(FUN, 100, 500);
→100, 500 is the UMA address
#關鍵字 L5710 Tester - 指令 - BURST_PATTERN
■ 延伸閱讀 :L5710 指令說明 & 其它
留言列表