Symbols
SCPI Command :
DISPlay[:WINDow<n>]:TRACe<t>:SYMBols
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, trace=Trace.Default) bool[source]
# 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.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)
- Returns:
state: ON | OFF | 1 | 0
- set(state: bool, window=Window.Default, trace=Trace.Default) None[source]
# 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.
- Parameters:
state – ON | OFF | 1 | 0
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)