Agilent Technologies Agilent E5250A User Manual

Page 59

Advertising
background image

Agilent E5250A User’s Guide, Edition 11

3-9

Executing Self-Test and Leak Test

Executing Self-Test

430 ENTER

@Hp5250;A

440

IF A=0 THEN GOTO 470

450

DISP "Card 3 failed. Press Continue to test Card 4"

460 GOTO

480

470

DISP "Card 3 passed. Press Continue to test Card 4"

480 PAUSE
490 OUTPUT

@Hp5250;":DIAG:TEST:CARD:EXEC?

4"

500 ENTER

@Hp5250;A

510

IF A=0 THEN GOTO 540

520

DISP "Card 4 failed."

530 GOTO

550

540

DISP "Card 4 passed."

550 END

Line Number

Description

30 to 90

Clears all previous test results.

100 to 170

Executes the Controller Test, then returns test result.

180 to 260

Executes the Front Panel Interface Test, then returns the test
result.

270 to 340

Executes the Relay Test for the card installed in slot 1 of the
E5250A, then returns test result.

350 to 410

Executes the Relay Test for the card installed in slot 2 of the
E5250A, then returns test result.

420 to 480

Executes the Relay Test for the card installed in slot 3 of the
E5250A, then returns test result.

490 to 550

Executes the Relay Test for the card installed in slot 4 of the
E5250A, then returns test result.

Advertising