Instructions

Table Of Contents
Chapter 2 Command System RIGOL
RSA5000 Programming Guide 2-17
Remarks
ALL|NORMal: lists all the peaks defined by the peak criteria, and displays data based on the current sorting
order in the peak table.
GTDLine|DLMore: lists the peaks that are greater than the defined display line and that meet the peak
criteria.
LTDLine|DLLess: lists the peaks that are smaller than the defined display line and that meet the peak
criteria.
Return Format
The query returns ALL (NORM), GTDL (DLM), or LTDL (DLL).
Example
The following command lists all the peaks that are greater than the defined display line and that meet the
peak criteria.
:CALCulate:MARKer:PEAK:TABLe:READout GTDLine
:TRACe:MATH:PEAK:THReshold DLMore
The following query returns GTDL.
:CALCulate:MARKer:PEAK:TABLe:READout?
The following query returns DLM.
:TRACe:MATH:PEAK:THReshold?
:CALCulate:MARKer:PEAK:TABLe[:STATe]
:TRACe:MATH:PEAK:TABLe:STATe
Syntax
:CALCulate:MARKer:PEAK:TABLe[:STATe] OFF|ON|0|1
:CALCulate:MARKer:PEAK:TABLe[:STATe]?
:TRACe:MATH:PEAK:TABLe:STATe OFF|ON|0|1
:TRACe:MATH:PEAK:TABLe:STATe?
Description
Enables or disables the peak table.
Queries the status of the peak table.
Parameter
Name
Type
Range
Default
——
Bool
OFF|ON|0|1
OFF|0
Return Format
The query returns 0 or 1.
Example
The following command enables the peak table.
:CALCulate:MARKer:PEAK:TABLe:STATe ON or :CALCulate:MARKer:PEAK:TABLe:STATe 1
:TRACe:MATH:PEAK:TABLe:STATe ON or :TRACe:MATH:PEAK:TABLe:STATe 1
The following query returns 1.
:CALCulate:MARKer:PEAK:TABLe:STATe?
:TRACe:MATH:PEAK:TABLe:STATe?