SET_PIN_HIGH
L5710 Tester - 指令 - SET_PIN_HIGH
The SET_PIN_HIGH instruction set the static level high to the defined pins.
*Syntax :
SET PIN_HIGH( 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:
This instruction set the static high level to the selected pins which are defined in the level set and used by SET_REF_LEVEL instruction.
*Example :
SET_REF_LEVEL(L1);
→L1 is a level set name that define each pin's level in the pattern
SET PIN_HIGH(G1);
→drive the static high level (VIH) to the G1 pins according to the L1
#關鍵字 L5710 Tester - 指令 - SET_PIN_HIGH
■ 延伸閱讀 :L5710 指令說明 & 其它