Symbols

SCPI Command :

SBUS<*>:TNOS:SYMBols
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default) bool[source]
# SBUS<*>:TNOS:SYMBols
value: bool = driver.sbus.tnos.symbols.get(serialBus = repcap.SerialBus.Default)

Activates the symbol list to be used for decoding.

Parameters:

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

Returns:

show_symbols: OFF | ON

set(show_symbols: bool, serialBus=SerialBus.Default) None[source]
# SBUS<*>:TNOS:SYMBols
driver.sbus.tnos.symbols.set(show_symbols = False, serialBus = repcap.SerialBus.Default)

Activates the symbol list to be used for decoding.

Parameters:
  • show_symbols – OFF | ON

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