TypePy
SCPI Command :
BUS<*>:USBThree:TYPE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) BusUsb3Protocol[source]
# BUS<*>:USBThree:TYPE value: enums.BusUsb3Protocol = driver.bus.usbThree.typePy.get(bus = repcap.Bus.Default)
Selects the USB 3.1 protocol type.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
protocol: SS | SSP
- set(protocol: BusUsb3Protocol, bus=Bus.Default) None[source]
# BUS<*>:USBThree:TYPE driver.bus.usbThree.typePy.set(protocol = enums.BusUsb3Protocol.SS, bus = repcap.Bus.Default)
Selects the USB 3.1 protocol type.
- Parameters:
protocol – SS | SSP
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)