HP 4155A/4156A SCPI Programming
Programming: Measurement Execution
Example 2.
To force stress, then execute sweep measurement:
10 ASSIGN @Hp4155 TO 717
20 !
30 OUTPUT @Hp4155;":MMEM:LOAD:STAT 0,'STRS.STR'"
40 OUTPUT @Hp4155;":PAGE:SCON:STR"
50 OUTPUT @Hp4155;"*OPC?"
60 ENTER @Hp4155;Complete
70 !
80 OUTPUT @Hp4155;":MMEM:LOAD:STAT 0,'SWP.MES'"
90 OUTPUT @Hp4155;":PAGE:SCON:SING"
100 !
110 END
Line Number Description
10 Assigns I/O path to control HP 4155A/4156A.
30 Loads stress setup data from diskette le
STRS.STR
.
40 Executes stress forcing.
50 to 60 Waits until stress forcing is completed.
80 Loads measurement setup data from diskette le
SWP.MES
.
90 Executes sweep measurement.
4-16