Hysteresis
SCPI Command :
BUS<*>:DDR:CA4:HYSTeresis
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:DDR:CA4:HYSTeresis value: float = driver.bus.ddr.ca4.hysteresis.get(bus = repcap.Bus.Default)
Sets a hysteresis for the CA4 line of DDR5.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- set(hysteresis_ca_4: float, bus=Bus.Default) None[source]
# BUS<*>:DDR:CA4:HYSTeresis driver.bus.ddr.ca4.hysteresis.set(hysteresis_ca_4 = 1.0, bus = repcap.Bus.Default)
Sets a hysteresis for the CA4 line of DDR5.
- Parameters:
hysteresis_ca_4 – 0 to 10
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)