Catalog

SCPI Command :

TRACe<n>:CATalog
class CatalogCls[source]

Catalog commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default) str[source]
# SCPI: TRACe<n>:CATalog
value: str = driver.applications.k14Xnr5G.trace.catalog.get(window = repcap.Window.Default)
Queries the tpyes of traces in a diagram.

INTRO_CMD_HELP: Prerequisites for this command

  • Query results in a window that contains one or more line traces.

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trace’)

return

trace_type: CLRW | SSBx | BWPx | AVG | MIN | MAX CLRW For result displays with a single trace (for example the capture buffer) . SSBx | BWPx For unfiltered result displays that show all signal parts (for example unfiltered EVM vs Carrier) . (SSB = synchronization signal block, BWP = bandwidth part) AVG | MIN | MAX For result displays that are filtered by a specific bandwidth part or subframe and show the average, minimum or maximum results of the slots (for example filtered EVM vs Carrier) .