PMU_FI, PMU_FV
L5710 Tester - 指令 - PMU_FI, PMU_FV
These instructions force a specified value to the PMU.
*Syntax :
PMU_FI( Pin_Group Name, Force Value, VI Range, Gang Flag, PMU Relay)
PMU_FV(Pin_Group_Name, Force_Value, VI_Range, Gang Flag, PMU Relay)
*Arguments :
Pin Group Name: any pin group name which had been defined by user in the test program. the pin group is defined in the pattern file.
Force Value: value + unit (A, mA, uA, V, mV). which range depend on VI Range.
VI_Range: There are 4 V_Range and 71_Range defined as following
E1: +/-2V
E2: +/- 4V
E3: +/- 8V
E4: +/-10V
II: +/- 1uA
I2: +/- 10uA
I3 : +/- 100uA
I4:+/- 1mA
I5:+/- 10mA
I6: +/- 100mA
17: +/-1A
Gang Flag:
"ON" forces all pins of the pin group a specified value at the same time. That means the PMU relays of all pins are connected to PMU simultaneously.
"OFF" forces all pins of the pin to group a specified value pin by pin. That means the PMU relays of all pins are connected to PMU separately.
PMU_Relay:
"ON" connects the PMU relays of the pins which are defined in the pin group.
OFF" don't connect the PMU relays of the pins which are defined in the pin group. The force value only reaches PMU, which doesn't to specified pins.
*Comment:
The instructions will select the VI_Range, set the value, connect the specified PMU relay (if the arguments PMU_Relay set to "ON"), delay a period of time (which is not defined by the user), and force the specified value to the selected pin group.
For preventing hot switching, force the value to zero before the change of the VI_Range.
*Example :
PMU_FV(IN_PINS, 2.400V, V216, OFF, ON);
PMU_FI(ALL PINS, 0.00A, V214, ON, OFF);
PMU_FV(ALL_PINS, 0.00V, V214, ON, OFF);
#關鍵字 L5710 Tester - 指令 - PMU_FI, PMU_FV
■ 延伸閱讀 :L5710 指令說明 & 其它
留言列表