Symbols

SCPI Command :

BUS<*>:SYMBols
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) bool[source]
# BUS<*>:SYMBols
value: bool = driver.bus.symbols.get(bus = repcap.Bus.Default)

Activates the lable list to be used for decoding.

Parameters:

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

Returns:

use_translation: OFF | ON

set(use_translation: bool, bus=Bus.Default) None[source]
# BUS<*>:SYMBols
driver.bus.symbols.set(use_translation = False, bus = repcap.Bus.Default)

Activates the lable list to be used for decoding.

Parameters:
  • use_translation – OFF | ON

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