Agilent Technologies 93000 SOC Series Training Manual page 430

Mixed-signal training
Hide thumbs Also See for 93000 SOC Series:
Table of Contents

Advertisement

Lesson 1 – Test Method Structure
Executing DC Test
Judging Measured
Result
b
This is available for I-force/V-measure testing (continuity test).
The following shows the relays on pin electronics.
Pogo Pin
DC Relay
Pin PMU
AC
Relay
Relay
Driver
Pin PMU
Receiver
Active Load
For SPMU type, SPMU relay, ISOL relay and DC relay are used instead of
Pin PMU relay.
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.
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"));
430
ISOL Relay
System PMU
Pogo Pin
Electronics
Channel Board
SPMU
Relay

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents