Detail
SCPI Command :
BUS<*>:EXPResult:DETail
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) bool[source]
# BUS<*>:EXPResult:DETail value: bool = driver.bus.expResult.detail.get(bus = repcap.Bus.Default)
Includes the detailed results for all frames for the exported protocol results.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
xpt_res_details: OFF | ON
- set(xpt_res_details: bool, bus=Bus.Default) None[source]
# BUS<*>:EXPResult:DETail driver.bus.expResult.detail.set(xpt_res_details = False, bus = repcap.Bus.Default)
Includes the detailed results for all frames for the exported protocol results.
- Parameters:
xpt_res_details – OFF | ON
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)