Symbol
SCPI Command :
DISPlay[:WINDow<n>]:TRACe<t>:SYMBol
- class SymbolCls[source]
Symbol commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default, trace=Trace.Default) RsFsw.enums.TraceSymbols [source]
# SCPI: DISPlay[:WINDow<n>]:TRACe<t>:SYMBol value: enums.TraceSymbols = driver.applications.k70Vsa.display.window.trace.symbol.get(window = repcap.Window.Default, trace = repcap.Trace.Default)
Enables the display of the decision instants (time when the signals occurred) as dots on the trace.
- 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
symbols: ON | OFF | 0 | 1 OFF | 0 Symbols are displayed. ON | 1 Symbols are not displayed.
- set(symbols: RsFsw.enums.TraceSymbols, window=Window.Default, trace=Trace.Default) None [source]
# SCPI: DISPlay[:WINDow<n>]:TRACe<t>:SYMBol driver.applications.k70Vsa.display.window.trace.symbol.set(symbols = enums.TraceSymbols.BARS, window = repcap.Window.Default, trace = repcap.Trace.Default)
Enables the display of the decision instants (time when the signals occurred) as dots on the trace.
- param symbols
ON | OFF | 0 | 1 OFF | 0 Symbols are displayed. ON | 1 Symbols are not displayed.
- 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’)