Agilent Technologies 4294A Service Manual Page 31

  • Download
  • Add to my manuals
  • Print
  • Page
    / 518
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 30
Chapter 2 31
Remote Control, Overview
The Basics of Writing/Running Programs
1. Chapter Title
2. Remote Control, 3. Chapter Title
4. Chapter Title
5. Chapter Title
Overview
Step 6. Press the following instrument state key to enter the preset command.
[Preset]
The GPIB command “;PRES” to be used for presetting the equipment automatically
appears at the cursor position.
10 ASSIGN @Hp4294 TO 800
20 OUTPUT @Hp4294;";PRES"
Next, press[×1].
NOTE To send two or more commands within a single OUTPUT statement, you need to delimit
the commands by a semicolon. In entering GPIB commands with the control panel keys, a
semicolon is automatically placed before each command.
Step 7. Press the following soft keys to set the measurement parameters Cs-Rs.
OUTPUT @Hp4294 - [Meas] - Cs-Rs
Program code is generated as shown below.
10 ASSIGN @Hp4294 TO 800
20 OUTPUT @Hp4294;";PRES "
30 OUTPUT @Hp4294;";MEAS CSR"
Next, press [×1].
Step 8. Press the following keys and soft keys to set a center frequency and a span frequency.
[System] - IBASIC - OUTPUT @Hp4294 - [Cent] - [7] - [0] - [M/μ] - [Span] - [1] - [0] - [0]
-
[k/m] - [×1]
10 ASSIGN @Hp4294 TO 800
20 OUTPUT @Hp4294;";PRES"
30 OUTPUT @Hp4294;";MEAS CSR"
40 OUTPUT @Hp4294;";CENT 70E6;SPAN 100E3"
50 _
Step 9. Press the following keys and soft keys to achieve automatic scaling.
[System] - IBASIC - OUTPUT @Hp4294 - [Scale Ref] - AUTO SCALE - [×1]
10 ASSIGN @Hp4294 TO 800
20 OUTPUT @Hp4294;";PRES"
30 OUTPUT @Hp4294;";MEAS CSR"
40 OUTPUT @Hp4294;";CENT 70E6;SPAN 100E3"
50 OUTPUT @Hp4294;";AUTO"
60 _
Page view 30
1 2 ... 26 27 28 29 30 31 32 33 34 35 36 ... 517 518

Comments to this Manuals

No comments