Symbols

SCPI Command :

CALCulate<n>:TRACe<t>:SYMBols
class SymbolsCls[source]

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

get(window=Window.Default, trace=Trace.Default) RsFsw.enums.SymbolSelection[source]
# SCPI: 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.

param window

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

param trace

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

return

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: RsFsw.enums.SymbolSelection, window=Window.Default, trace=Trace.Default) None[source]
# SCPI: 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.

param 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

param window

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

param trace

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