Hysteresis

SCPI Command :

BUS<*>:USBPd:HYSTeresis
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) float[source]
# BUS<*>:USBPd:HYSTeresis
value: float = driver.bus.usbPd.hysteresis.get(bus = repcap.Bus.Default)

Sets a value for the hysteresis of the data.

Parameters:

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

Returns:

hysteresis: -10 to 10

set(hysteresis: float, bus=Bus.Default) None[source]
# BUS<*>:USBPd:HYSTeresis
driver.bus.usbPd.hysteresis.set(hysteresis = 1.0, bus = repcap.Bus.Default)

Sets a value for the hysteresis of the data.

Parameters:
  • hysteresis – -10 to 10

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