SET_MASTER_MASK
L5710 Tester - 指令 - SET_MASTER_MASK
The SET_MASTER_MASK instruction is used to ignore the pass/fail result for the specified pin or pin group.
*Syntax :
SET_MASTER_MASK( Pin_Group_Name)
*Arguments :
Pin_Group_Name: any pin group name which had been defined by the user in the test program. the pin group is defined in the pattern file.
*Comment:
SET_MASTER_MASK will mask the specified pins. That means when in the BURST_PATTERN comparison, the tester will not care to pass or fail in the specified pin or pins.
*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);
#關鍵字 L5710 Tester - 指令 - SET_MASTER_MASK
■ 延伸閱讀 :L5710 指令說明 & 其它
留言列表