Hysteresis

SCPI Command :

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

Sets the hysteresis for the CS line.

Parameters:

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

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

Sets the hysteresis for the CS line.

Parameters:
  • hysteresis_cs – 0 to 10

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