Show

SCPI Command :

BUS<*>:PARallel:DECTable<*>:SHOW
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default, decTable=DecTable.Default) bool[source]
# BUS<*>:PARallel:DECTable<*>:SHOW
value: bool = driver.bus.parallel.decTable.show.get(bus = repcap.Bus.Default, decTable = repcap.DecTable.Default)

Available only if method RsRtx.bus.parallel.clon.set() is set to ON. If enabled, a results box opens with decoded values of the bus signal and its time. You can query the number of values (method RsRtx.bus.parallel.decTable.count.get() ) and their data value (method RsRtx.bus.parallel.decTable.data.get() ) .

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

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

Returns:

shw_decode_tbl: OFF | ON

set(shw_decode_tbl: bool, bus=Bus.Default, decTable=DecTable.Default) None[source]
# BUS<*>:PARallel:DECTable<*>:SHOW
driver.bus.parallel.decTable.show.set(shw_decode_tbl = False, bus = repcap.Bus.Default, decTable = repcap.DecTable.Default)

Available only if method RsRtx.bus.parallel.clon.set() is set to ON. If enabled, a results box opens with decoded values of the bus signal and its time. You can query the number of values (method RsRtx.bus.parallel.decTable.count.get() ) and their data value (method RsRtx.bus.parallel.decTable.data.get() ) .

Parameters:
  • shw_decode_tbl – OFF | ON

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

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