HP 4155A/4156A SCPI Programming
Programming: Measurement Execution
To Start the Knob Sweep Function
1. Send
:PAGE:SCONtrol:KSWeep[:STARt]
command
Example
To start the knob sweep function:
10 ASSIGN @Hp4155 TO 717
20 !
30 OUTPUT @Hp4155;":MMEM:LOAD:STAT 0, 'MEM1.MES', 'MEMORY'"
40 OUTPUT @Hp4155;":PAGE:SCON:KSW"
50 !
60 END
Line Number Description
10 Assigns I/O path to control HP 4155A/4156A.
30 Loads sweep setup data from internal memory le
MEM1
.
40 Starts knob sweep function.
4-17