Threshold
SCPI Command :
SBUS<*>:USBone:DPLus:THReshold
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default) float[source]
# SBUS<*>:USBone:DPLus:THReshold value: float = driver.sbus.usbOne.dplus.threshold.get(serialBus = repcap.SerialBus.Default)
Sets a threshold value for the D+ line.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
- set(dplus_threshold: float, serialBus=SerialBus.Default) None[source]
# SBUS<*>:USBone:DPLus:THReshold driver.sbus.usbOne.dplus.threshold.set(dplus_threshold = 1.0, serialBus = repcap.SerialBus.Default)
Sets a threshold value for the D+ line.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)