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