CLEAR_MASTER_MASK
L5710 Tester - 指令 - CLEAR_MASTER_MASK
The CLEAR_MASTER_MASK instruction is used clear all defined SET_MASTER_MASK pin or pin groups.
*Syntax :
CLEAR_MASTER_MASK()
*Arguments :
No arguments are defined.
*Comment:
CLEAR_MASTER_MASK will clear all defined SET_MASTER_MASK pin or pin groups, and recover all compare states that are defined in the pattern. The tester will keep the state for SET_MASTER_MASK. The CLEAR_ MASTER_MASK instruction is necessary after the SET_MASTER_MASK instruction, otherwise, the SET_MASTER_MASK will always keep the state and don't care about the pass/fail result.
*Example :
SET_MASTER_MASK(G1);
→ G1 is a pin group
BURST_PATTERN(Example, ST, SP);
……
SET_MASTER_MASK(clk);
→ clk is a pin
BURST_PATTERN(Example, ST, SP);
……
CLEAR_MASTER_MASK();
#關鍵字 L5710 Tester - 指令 - CLEAR_MASTER_MASK
■ 延伸閱讀 :L5710 指令說明 & 其它
留言列表