Detail

SCPI Command :

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

If enabled, includes the detailed results for all frames in the export result file.

Parameters:

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

Returns:

include_details: OFF | ON

set(include_details: bool, serialBus=SerialBus.Default) None[source]
# SBUS<*>:EXPResult:DETail
driver.sbus.expResult.detail.set(include_details = False, serialBus = repcap.SerialBus.Default)

If enabled, includes the detailed results for all frames in the export result file.

Parameters:
  • include_details – OFF | ON

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