Symbols

SCPI Command :

DISPlay[:WINDow<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) bool[source]
# SCPI: DISPlay[:WINDow<n>]:TRACe<t>:SYMBols
value: bool = driver.applications.k30NoiseFigure.display.window.trace.symbols.get(window = repcap.Window.Default, trace = repcap.Trace.Default)

Turns symbols that represent the measurement points on a trace on and off.

param window

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

param trace

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

return

state: ON | OFF | 1 | 0

set(state: bool, window=Window.Default, trace=Trace.Default) None[source]
# SCPI: DISPlay[:WINDow<n>]:TRACe<t>:SYMBols
driver.applications.k30NoiseFigure.display.window.trace.symbols.set(state = False, window = repcap.Window.Default, trace = repcap.Trace.Default)

Turns symbols that represent the measurement points on a trace on and off.

param state

ON | OFF | 1 | 0

param window

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

param trace

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