Position

SCPI Command :

SBUS<*>:USBHspeed:POSition
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default) float[source]
# SBUS<*>:USBHspeed:POSition
value: float = driver.sbus.usbHspeed.position.get(serialBus = repcap.SerialBus.Default)

Sets the vertical position of the USB 2.0 signal.

Parameters:

serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)

Returns:

position: 1 to 100

set(position: float, serialBus=SerialBus.Default) None[source]
# SBUS<*>:USBHspeed:POSition
driver.sbus.usbHspeed.position.set(position = 1.0, serialBus = repcap.SerialBus.Default)

Sets the vertical position of the USB 2.0 signal.

Parameters:
  • position – 1 to 100

  • serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)