Getting Started on Programming the HP 4155A/4156A
Creating a Simple Measurement Program
The cursor in help window automatically jumps to the command
(:MMEM:LOAD:STAT) for getting a setup le.
7. Press
4
Enter
5
to insert the command into the program line.
Now line 30 is as follows:
30 OUTPUT @Hp415x;":MMEM:LOAD:STAT "
8. Type in the command parameters as in following example:
30 OUTPUT @Hp415x;":MMEM:LOAD:STAT 0,'VTH.MES','DISK'"
Parameter Description
0
No meaning (dummy parameter).
'VTH.MES'
File name to be loaded.
'DISK'
Source mass storage is diskette.
Then press
4
Enter
5
. Then select the
NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN
Insert line
softkey.
9.
Select
N
NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN
OUTPUT @Hp415x
secondary softkey.
40 OUTPUT @Hp415x;" "
10. Press
4
Help
5
, then press
4
Single
5
,
4
Append
5
,or
4
Rep eat
5
to nd the command
for executing a measurement.
Execution Key Command
4
Single
5
:PAGE:SCON:MEAS:SING
4
Append
5
:PAGE:SCON:MEAS:APP
4
Repeat
5
:PAGE:SCON:MEAS:REP
11. Press
4
Enter
5
to insert the found command into the program line
.
10 COM @Hp415x
20 ASSIGN @Hp415x TO 800
30 OUTPUT @Hp415x;":MMEM:LOAD:STAT 0,'VTH.MES','DISK'"
40 OUTPUT @Hp415x;":PAGE:SCON:MEAS:SING"
9990 END
Then press
4
Enter
5
3-6