DISCONNECT
L5710 Tester - 指令 - DISCONNECT
The DISCONNECT instruction disables the relays on the pin card or PMU.
*Syntax :
DISCONNECT( Pin_Group_Name, Relay Type, Exclusive_OR_Flag)
*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.
Relay Type:
"DCL" the relay connect to the pin card.
"PMU" the relay connect to the PMU.
Exclusive_OR_Flag :
"ON" the DCL/PMU relay's operation are exclusive OR. That means when DCL is OFF, PMU is ON or PMU is OFF, DCL is ON.
"OFF" the DCL/PMU relay's operation are independent.
*Comment:
Every DISCONNECT instruction is independent. It means that the instruction will not keep the relay state for the last DISCONNECT.
*Example :
……
CONNECT( G1, DCL, OFF);
→ Gl is a pin group including CLK, LED, PA1 three pins
DISCONNECT( ALLPINS, DCL, OFF);
#關鍵字 L5710 Tester - 指令 - DISCONNECT
■ 延伸閱讀 :L5710 指令說明 & 其它
留言列表