Show
SCPI Command :
PBUS<*>:DECTable:SHOW
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(pwrBus=PwrBus.Default) bool[source]
# PBUS<*>:DECTable:SHOW value: bool = driver.pbus.decTable.show.get(pwrBus = repcap.PwrBus.Default)
If enabled, a result table is shown with decoded values and corresponding points in time of the bus signal. Each clock edge corresponds to one row in the table. The decode table is only available for clocked buses to check the data words.
- Parameters:
pwrBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pbus’)
- set(shw_decode_tbl: bool, pwrBus=PwrBus.Default) None[source]
# PBUS<*>:DECTable:SHOW driver.pbus.decTable.show.set(shw_decode_tbl = False, pwrBus = repcap.PwrBus.Default)
If enabled, a result table is shown with decoded values and corresponding points in time of the bus signal. Each clock edge corresponds to one row in the table. The decode table is only available for clocked buses to check the data words.
- Parameters:
shw_decode_tbl – OFF | ON
pwrBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pbus’)