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