Detail
SCPI Command :
BUS<*>:USBPd:DETail
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) bool[source]
# BUS<*>:USBPd:DETail value: bool = driver.bus.usbPd.detail.get(bus = repcap.Bus.Default)
If enabled, the data words are broken down into subframes. If not enabled the data words are displayed as 32-bit data words.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
detail: OFF | ON
- set(detail: bool, bus=Bus.Default) None[source]
# BUS<*>:USBPd:DETail driver.bus.usbPd.detail.set(detail = False, bus = repcap.Bus.Default)
If enabled, the data words are broken down into subframes. If not enabled the data words are displayed as 32-bit data words.
- Parameters:
detail – OFF | ON
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)