Hysteresis
SCPI Command :
BUS<*>:DPHY:DPZero:HSPeed:HYSTeresis
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:DPHY:DPZero:HSPeed:HYSTeresis value: float = driver.bus.dphy.dpZero.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_0: float, bus=Bus.Default) None[source]
# BUS<*>:DPHY:DPZero:HSPeed:HYSTeresis driver.bus.dphy.dpZero.hspeed.hysteresis.set(hysteresis_hs_dp_0 = 1.0, bus = repcap.Bus.Default)
Sets a value for the hysteresis of the respective lane.
- Parameters:
hysteresis_hs_dp_0 – 0 to 0.5
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)