HP 4155A/4156A SCPI Programming
Programming: Measurement Execution
To Execute a Sweep or Sampling Measurement
1. Send
:PAGE:SCONtrol[:MEASurement]:SINGle
command to HP
4155A/4156A.
๎
If you would like to repeat measurements, send
:PAGE:SCONtrol[:MEASurement]:REPeat
command instead
of :PAGE:SCONtrol[:MEASurement]:SINGle command.
๎
If you would like to append measurement, send
:PAGE:SCONtrol[:MEASurement]:APPend
command instead
of :PAGE:SCONtrol[:MEASurement]:SINGle command.
Example
Example 1.
To execute a sweep or sampling measurement after loading the measurement
setup data:
10 ASSIGN @Hp4155 TO 717
20 !
30 OUTPUT @Hp4155;":MMEM:LOAD:STAT 0,'SWP.MES'"
40 OUTPUT @Hp4155;":PAGE:SCON:SING"
50 !
60 END
Line Number Description
10 Assigns I/O path to control HP 4155A/4156A.
30 Loads measurement setup data from diskette ๎le
SWP.MES
.
40 Executes measurement.
4-13