Hysteresis

SCPI Command :

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

Sets a value for the hysteresis of the respective lane.

Parameters:

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

set(hysteresis_hs_dp_2: float, bus=Bus.Default) None[source]
# BUS<*>:DPHY:DPTWo:HSPeed:HYSTeresis
driver.bus.dphy.dpTwo.hspeed.hysteresis.set(hysteresis_hs_dp_2 = 1.0, bus = repcap.Bus.Default)

Sets a value for the hysteresis of the respective lane.

Parameters:
  • hysteresis_hs_dp_2 – 0 to 0.5

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