EasyManuals Logo

HP 4155A Programmer's Guide

HP 4155A
241 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #140 background imageLoading...
Page #140 background image
HP 4155A/4156A SCPI Programming
Programming: Measurement Setup
To Read HP 4155/56 Setup Data Values
To read setup data from HP 4155/56 into an IBASIC variable, do as follows:
1. Send
:PAGE
subsystem query command that corresponds to setup data
that you want to read.
Example
To load measurement setup data, then read the sweep start and stop values:
10 ASSIGN @Hp4155 TO 717
20 !
30 OUTPUT @Hp4155;":MMEM:LOAD:STAT 0,'SWP.MES','DISK'"
40 !
50 OUTPUT @Hp4155;":PAGE:MEAS:VAR1:STAR?"
60 ENTER @Hp4155;Swp_start
70 OUTPUT @Hp4155;":PAGE:MEAS:VAR1:STOP?"
80 ENTER @Hp4155;Swp_stop
90 !
100 PRINT "Sweep-start=";Swp_start,"Sweep-stop=";Swp_stop
110 !
120 END
Line Number Description
10 Assigns I/O path to control HP 4155A/4156A.
30 Loads measurement setup data from diskette le
SWP.MES
.
50 to 60 Reads start value of VAR1.
70 to 80 Reads stop value of VAR1.
4-11

Table of Contents

Other manuals for HP 4155A

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the HP 4155A and is the answer not in the manual?

HP 4155A Specifications

General IconGeneral
BrandHP
Model4155A
CategoryMeasuring Instruments
LanguageEnglish

Related product manuals