Disf

SCPI Command :

BUS<*>:EBTB:DISF
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) BusEbtbDisplayFormat[source]
# BUS<*>:EBTB:DISF
value: enums.BusEbtbDisplayFormat = driver.bus.ebtb.disf.get(bus = repcap.Bus.Default)

Selects the display format for the results in the decode table and for the results of method RsRtx.bus.ebtb.symbol.data.get() .

Parameters:

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

Returns:

display_format: KD: K/D codes EB: 8-bit pattern TB: 10-bit pattern

set(display_format: BusEbtbDisplayFormat, bus=Bus.Default) None[source]
# BUS<*>:EBTB:DISF
driver.bus.ebtb.disf.set(display_format = enums.BusEbtbDisplayFormat.EB, bus = repcap.Bus.Default)

Selects the display format for the results in the decode table and for the results of method RsRtx.bus.ebtb.symbol.data.get() .

Parameters:
  • display_format – KD: K/D codes EB: 8-bit pattern TB: 10-bit pattern

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