Hysteresis

SCPI Command :

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

Sets a value for the hysteresis of the strobe.

Parameters:

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

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

Sets a value for the hysteresis of the strobe.

Parameters:
  • hyst_strobe – 0 to 10

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