Hysteresis

SCPI Command :

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

No help available

Parameters:

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

set(hysteresis_rdqs: float, bus=Bus.Default) None[source]
# BUS<*>:DDR:RDQS:HYSTeresis
driver.bus.ddr.rdqs.hysteresis.set(hysteresis_rdqs = 1.0, bus = repcap.Bus.Default)

No help available

Parameters:

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