Remote Commands to Perform Measurements with I/Q Data
R&S
®
FSV/A3000 I/Q
Analyzer
279
User Manual 1178.8536.02 ─ 01
//Sets the trigger level.
//---------------Performing the Measurement and Retrieving Results--------------
TRAC:IQ:DATA?; *WAI;
//Performs a measurement and returns the RF input voltage at each sample point
//(first 1000 I-values, then 1000 Q-values).
TRAC:IQ:DATA:MEM? 0,500
//Returns the first 500 samples of the stored trace data for the measurement.
//For each sample, first the I-value, then the Q-value is listed.
TRAC:IQ:DATA:MEM? 500,500
//Returns the second half of the 1000 captured sample values.
8.11
Deprecated Commands
The following commands are provided for compatibility to other signal analyzers only.
For new remote control programs use the specified alternative commands.
CALCulate<n>:FORMat
<Evaluation>
This command selects the evaluation method of the measured data that is to be dis-
played in the specified window.
Note that this command is maintained for compatibility reasons only. Use the
LAYout
commands for new remote control programs (see
Chapter 8.5.2, "Working with Win-
Suffix:
<n>
.
1..n
Parameters:
<Evaluation>
Type of evaluation you want to display.
See the table below for available parameter values.
Example:
INST:SEL IQ
Activates I/Q Analyzer.
CALC:FORM FREQ
Selects the display of the I/Q data spectrum.
Table 8-5: <Evaluation> parameter values for the I/Q Analyzer application
Parameter value
Window type
FREQ
Spectrum
MAGN
Magnitude
MTABle
Marker table
PEAKlist
Marker peak list
Deprecated Commands