Agilent Technologies E8285A User Manual page 33

Cdma mobile station test set
Hide thumbs Also See for E8285A:
Table of Contents

Advertisement

Chapter 1, Getting Started
Obtaining Measurement Results
To Make a Simple Measurement
1. Access the screen containing the desired measurement by using the DISP command.
2. Use the MEAS form of the syntax for that measurement to place the measured value
3. Enter the value into the correct variable type within the program's context (refer to the
NOTE:
Whenever a numeric value is queried, the returned value is always in GPIB Units. Refer to
"To Specify Units-of-Measure for GPIB Data Transfer" on page
The following example program illustrates how to make settings and then take a
reading from the Test Set. This setup takes a reading from the analog spectrum
analyzer's marker after tuning it to the RF generator output frequency.
10
20
25
MHz.
30
40
50
60
dBm
70
MHz
80
90
100
110
-
120
130
level
140
150
160
The above example is very simple and is designed to demonstrate the fundamental
procedure for obtaining a measurement result. Many other factors must be
considered when designing a measurement procedure, such as instrument settings,
signal routing, settling time, filtering, triggering and measurement speed.
32
S:\agilent\e8285\USRGUIDE\BOOK\CHAPTERS\getstart.fb
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com
into the Test Set's output buffer.
"Number Measurement Syntax" in GPIB Command Syntax chapter of the
Agilent E8285A Condensed Programming Reference Guide for the proper variable
type).
Addr=714
OUTPUT Addr;"*RST"! Preset to known state
OUPTUT Addr;"CONF:OFR 0" !Set the RF frequency offset to 0
OUTPUT Addr;"TRIG:MODE:RETR SING"! Sets single trigger
OUTPUT Addr;"DISP RFG"! Selects the RF GENERATOR screen
OUTPUT Addr;"AFG1:FM:STAT OFF"! Turns FM OFF
OUTPUT Addr;"RFG:AMPL -66 DBM"! Sets RF Gen amplitude to -66
OUTPUT Addr;"RFG:FREQ 500 MHZ"! Sets RF Gen frequency to 500
OUTPUT Addr;"RFG:AMPL:STAT ON"! Turns RF Gen output ON
OUTPUT Addr;"DISP SAN"! Selects SPECTRUM ANALYZER screen
OUTPUT Addr;"SAN:CRF 500 MHZ"! Center Frequency 500 MHz
! -------------------MEASUREMENT SEQUENCE-------------------
OUTPUT Addr;"TRIG"! Triggers reading
OUTPUT Addr;"MEAS:SAN:MARK:LEV?"! Query of Spec Anl marker
ENTER Addr;Lvl! Places measured value in variable Lvl
DISP Lvl! Displays value of Lvl
END
56.

Advertisement

Table of Contents
loading

Table of Contents