Lesson 1 – Test Method Structure
430
The following shows the relays on pin electronics.
For SPMU type, SPMU relay, ISOL relay and DC relay are used instead of 
Pin PMU relay. 
Executing DC Test To execute a DC test after setting measurement parameters, use the 
corresponding DC API:
PMU_IFVM(pin).execute();
PMU_VFIM(pin).execute();
DPS_VFIM(pin).execute();
You can specify one of the following measurement modes for the 
execute() function.
 • TM::GPF - Executes Global Pass/Fail Test. The result can be retrieved 
with the getPassFail(pin) function.
 • TM::PPF - Executes Per pin Pass/Fail tests. The result can be retrieved 
with the getPassFail(pin) function.
 • TM::PVAL - Executes Per pin Value tests. The result can be retrieved 
with the getValue(pin) function.
Judging Measured 
Result
To judge a measured result for a DC test, specify PMU_IFVM, 
PMU_VFIM, or DPS_VFIM for the TEST API:
TEST(PMU_IFVM(“PIN1”));
TEST(PMU_VFIM(“PIN1”));
TEST(DPS_VFIM(“Vcc”));
b   
This is available for I-force/V-measure testing (continuity test).
Pogo Pin
Driver
Receiver
Active Load
Pin PMU
Pogo Pin
Electronics
DC Relay
Pin PMU
Relay
AC
Relay
ISOL Relay
System PMU
SPMU
Relay
Channel Board