Symbols

SCPI Command :

CALCulate<n>:TRACe<t>:SYMBols
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, trace=Trace.Default) SymbolSelection[source]
# CALCulate<n>:TRACe<t>:SYMBols
value: enums.SymbolSelection = driver.applications.k70Vsa.calculate.trace.symbols.get(window = repcap.Window.Default, trace = repcap.Trace.Default)

This commands selects which symbols are displayed by a trace (in a constellation graph with 2 modulations) . For method RsFsw.display.window.subwindow.trace.mode.set() View, the symbol selection cannot be changed. It remains set to the value that was most recently set.

Parameters:
  • window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

  • trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)

Returns:

symbol_selection: ALL | PATTern | DATA ALL Trace consists of constellation points for all symbols PATTern Trace consists of only pattern symbols DATA Trace consists of only data symbols

set(symbol_selection: SymbolSelection, window=Window.Default, trace=Trace.Default) None[source]
# CALCulate<n>:TRACe<t>:SYMBols
driver.applications.k70Vsa.calculate.trace.symbols.set(symbol_selection = enums.SymbolSelection.ALL, window = repcap.Window.Default, trace = repcap.Trace.Default)

This commands selects which symbols are displayed by a trace (in a constellation graph with 2 modulations) . For method RsFsw.display.window.subwindow.trace.mode.set() View, the symbol selection cannot be changed. It remains set to the value that was most recently set.

Parameters:
  • symbol_selection – ALL | PATTern | DATA ALL Trace consists of constellation points for all symbols PATTern Trace consists of only pattern symbols DATA Trace consists of only data symbols

  • window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

  • trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)