Remote Commands in the Receiver Application
R&S
®
ESW
471User Manual 1177.6298.02 ─ 08
Example: //Query size of peak list
CALC:PEAK:PLIS:SIZE
//would return, e.g.
100
Usage: Query only
CALCulate<n>:PSEarch:PLISt<peak>:TRACe?
CALCulate<n>:PEAKsearch:PLISt<pi>:TRACe?
This command queries the trace that a peak found in the peak search is located on.
Suffix:
<n>
.
irrelevant
<pi> Peak
Return values:
<Trace> String that contains the trace number.
Example: //Query trace the peak is on
CALC:PEAK:PLIS4:TRAC
//would return, e.g.
'TRACE1'
Usage: Query only
CALCulate<n>:PSEarch:PLISt<peak>[:DATA]?
CALCulate<n>:PEAKsearch:PLISt<pi>[:DATA]?
This command queries the information for a peak found in the peak search.
Suffix:
<n>
.
irrelevant
<pi> Peak
Return values:
<PeakResults> String that contains a list of values for the selected peak.
The command returns the following information.
<TraceNumber>,<Detector>,<Frequency>,<Level>,
<DeltaLimit>,<Comment>,...
<DeltaLimit> is '0' if you use no limit line.
<comment> is empty if you have not entered one for the corre-
sponding peak.
Example: //Query the information for a peak
CALC:PEAK:PLIS4?
//would return, e.g.
'TRACE2,Average,4.5e+07,53.07,0,Woohoo'
Usage: Query only
Measurements and Result Displays