Result
SCPI Command :
BUS<*>:RESult
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) bool[source]
# BUS<*>:RESult value: bool = driver.bus.result.get(bus = repcap.Bus.Default)
Opens a table with decoded data of the serial signal. The function affects all protocol types and requires the option for the analyzed protocol.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- set(shw_res_tbl: bool, bus=Bus.Default) None[source]
# BUS<*>:RESult driver.bus.result.set(shw_res_tbl = False, bus = repcap.Bus.Default)
Opens a table with decoded data of the serial signal. The function affects all protocol types and requires the option for the analyzed protocol.
- Parameters:
shw_res_tbl – OFF | ON
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)