HP 4155A/4156A SCPI Programming
Programming: Measurement Execution
ToForce Stress
1. Send
:PAGE:SCONtrol:STRess[:STARt]
command to HP 4155A/4156A.
Example
Example 1.
To force stress after loading the stress setup data:
10 ASSIGN @Hp4155 TO 717
20 !
30 OUTPUT @Hp4155;":MMEM:LOAD:STAT 0,'STRS.STR'"
40 OUTPUT @Hp4155;":PAGE:SCON:STR"
50 !
60 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.
4-15