Scale
SCPI Command :
SBUS<*>:USBHspeed:SCALe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default) float[source]
# SBUS<*>:USBHspeed:SCALe value: float = driver.sbus.usbHspeed.scale.get(serialBus = repcap.SerialBus.Default)
Sets the vertical scale of the USB 2.0 signal.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
- Returns:
scale: 1 to 5
- set(scale: float, serialBus=SerialBus.Default) None[source]
# SBUS<*>:USBHspeed:SCALe driver.sbus.usbHspeed.scale.set(scale = 1.0, serialBus = repcap.SerialBus.Default)
Sets the vertical scale of the USB 2.0 signal.
- Parameters:
scale – 1 to 5
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)