Result

SCPI Command :

SBUS<*>:RESult
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default) bool[source]
# SBUS<*>:RESult
value: bool = driver.sbus.result.get(serialBus = repcap.SerialBus.Default)

Enables a table with decoded data of the serial signal. The function requires the option for the analyzed protocol.

Parameters:

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

Returns:

shw_res_tbl: OFF | ON

set(shw_res_tbl: bool, serialBus=SerialBus.Default) None[source]
# SBUS<*>:RESult
driver.sbus.result.set(shw_res_tbl = False, serialBus = repcap.SerialBus.Default)

Enables a table with decoded data of the serial signal. The function requires the option for the analyzed protocol.

Parameters:
  • shw_res_tbl – OFF | ON

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