Remote Control
R&S
®
FSPN
336
User Manual 1179.4363.02 ─ 01
TRACe<n>[:DATA]:Y?
<Trace>
Queries Y trace values merged with spurs for a given window and trace.
Suffix:
<n>
.
1..n
Query parameters:
<Trace>
TRACe1 | TRACe2 | TRACe3 | TRACe4 | TRACe5 | TRACe6
Return values:
<Result>
Comma separated list of Y values
Usage:
Query only
Manual operation:
See
TRACe<n>[:DATA]:Y:POINts?
<Trace>
Queries number of points of trace data merged with spurs.
Suffix:
<n>
.
1..n
Query parameters:
<Trace>
TRACe1 | TRACe2 | TRACe3 | TRACe4 | TRACe5 | TRACe6
Return values:
<Points>
<numeric value> (integer)
Usage:
Query only
Manual operation:
See
11.5.4
Programming Examples
Performing a phase noise measurement
//Preset
*RST
//Select single sweep mode
INIT:CONT OFF
// Configure start and stop offset
SENS:FREQ:START 1kHz
SENS:FREQ:STOP 1MHZ
// Configure RBW in %
LIST:BWID:RAT 10
// Configure cross correllation factor
SWE:XFAC 1
// Start synchronized measurement
INIT:IMM;*OPC?
Measurements and Result Displays