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