Upper
SCPI Command :
SBUS<*>:USBHspeed:THReshold:UPPer
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default) float[source]
# SBUS<*>:USBHspeed:THReshold:UPPer value: float = driver.sbus.usbHspeed.threshold.upper.get(serialBus = repcap.SerialBus.Default)
Sets the upper threshold value for the differential signal on the data line.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
- set(upper_threshold: float, serialBus=SerialBus.Default) None[source]
# SBUS<*>:USBHspeed:THReshold:UPPer driver.sbus.usbHspeed.threshold.upper.set(upper_threshold = 1.0, serialBus = repcap.SerialBus.Default)
Sets the upper threshold value for the differential signal on the data line.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)